AI Explorer More
A VS Code extension to provide AI access to files open in the Explorer.
Features
- Access files in the workspace and process them with AI.
- Configure API key, username, and password for the AI service.
Requirements
- Visual Studio Code v1.60.0 or higher
- An API key for the AI service
Extension Settings
This extension contributes the following settings:
aiExtension.apiKey : API Key for the AI service
aiExtension.username : Username for GitHub Copilot
aiExtension.password : Password for GitHub Copilot
Usage
- Open the command palette (
Cmd+Shift+P on Mac or Ctrl+Shift+P on Windows/Linux).
- Run the
Process Files with AI command.
- The extension will process the files in the workspace using the configured AI service.
Installation
- Download the
.vsix file.
- Open Visual Studio Code.
- Go to the Extensions view (
Cmd+Shift+X on Mac or Ctrl+Shift+X on Windows/Linux).
- Click on the three-dot menu (
... ) in the top-right corner.
- Select
Install from VSIX... .
- Navigate to the downloaded
.vsix file and select it.
Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
License
MIT
| |