WealthFromAI's picture
FORGE-X: Upload source (8ffe362c-vscode-extension.zip)
390b555 verified
|
Raw
History Blame Contribute Delete
1.08 kB
# AI Code Review Assistant VS Code Extension
>
## Features
- Core functionality
## Installation
### From VS Code Marketplace
1. Open VS Code
2. Press `Ctrl+P` (or `Cmd+P` on Mac)
3. Type `ext install digitalforge.8ffe362c`
4. Press Enter
### From VSIX file
1. Download the `.vsix` file
2. In VS Code: `Extensions > ··· > Install from VSIX`
3. Select the downloaded file
## Usage
Press `Ctrl+Shift+P` and search for `AI Code Review Assistant VS Code Extension` to see all available commands.
**Keyboard shortcut:** `Ctrl+Shift+Alt+A` (or `Cmd+Shift+Alt+A` on Mac)
## Settings
| Setting | Default | Description |
|---------|---------|-------------|
| `8ffe362c.enabled` | `true` | Enable/disable the extension |
| `8ffe362c.autoRun` | `false` | Auto-run on file open |
| `8ffe362c.logLevel` | `"info"` | Log verbosity |
## Requirements
- VS Code 1.74.0 or higher
## Contributing
Found a bug? [Open an issue](https://github.com/digitalforge/8ffe362c/issues).
## License
MIT — see [LICENSE](LICENSE) for details.