Promptly is a powerful Visual Studio Code extension that integrates advanced AI capabilities into your coding workflow. It supports multiple AI models including Gemini AI, OpenAI's GPT, Anthropic's Claude, and local language models, providing intelligent assistance for various programming tasks.
In command mode, you can execute specific actions:
Promptly offers several configuration options to customize its behavior:
To use Promptly with different AI models, you need to configure the appropriate API keys:
promptly.geminiApiKey: API Key for Gemini AIpromptly.openaiApiKey: API Key for OpenAIpromptly.anthropicApiKey: API Key for AnthropicYou can set these in your VS Code settings.
⸻⸻⸻⸻
Promptly allows you to create and use custom prompts to tailor the AI's behavior:
To select an active prompt:
The selected prompt will be used for all AI interactions until changed.
⸻⸻⸻⸻
Promptly supports user-defined keybindings for its main commands. You can easily configure these in your VS Code settings:
promptly.hotkey.startChat: Start an AI chat sessionpromptly.hotkey.extractCode: Extract code from the last AI responsepromptly.hotkey.enterPromptMode: Enter prompt modepromptly.hotkey.switchModel: Switch between AI modelspromptly.hotkey.handleTracebackError: Handle traceback errorspromptly.hotkey.setupLocalModel: Setup a local AI modelTo set or change a hotkey:
Cmd+, on Mac, Ctrl+, on Windows/Linux)Example:
To set Ctrl+Shift+A for starting a chat session, you would set:
"startChat": "ctrl+shift+a"
We welcome your feedback and bug reports! Please visit our GitHub repository to:
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
26 commits
TypeScript
79.2%
JavaScript
13.2%
CSS
7.6%
Promptly is a powerful Visual Studio Code extension that integrates advanced AI capabilities into your coding workflow. It supports multiple AI models including Gemini AI, OpenAI's GPT, Anthropic's Claude, and local language models, providing intelligent assistance for various programming tasks.
In command mode, you can execute specific actions:
Promptly offers several configuration options to customize its behavior:
To use Promptly with different AI models, you need to configure the appropriate API keys:
promptly.geminiApiKey: API Key for Gemini AIpromptly.openaiApiKey: API Key for OpenAIpromptly.anthropicApiKey: API Key for AnthropicYou can set these in your VS Code settings.
⸻⸻⸻⸻
Promptly allows you to create and use custom prompts to tailor the AI's behavior:
To select an active prompt:
The selected prompt will be used for all AI interactions until changed.
⸻⸻⸻⸻
Promptly supports user-defined keybindings for its main commands. You can easily configure these in your VS Code settings:
promptly.hotkey.startChat: Start an AI chat sessionpromptly.hotkey.extractCode: Extract code from the last AI responsepromptly.hotkey.enterPromptMode: Enter prompt modepromptly.hotkey.switchModel: Switch between AI modelspromptly.hotkey.handleTracebackError: Handle traceback errorspromptly.hotkey.setupLocalModel: Setup a local AI modelTo set or change a hotkey:
Cmd+, on Mac, Ctrl+, on Windows/Linux)Example:
To set Ctrl+Shift+A for starting a chat session, you would set:
"startChat": "ctrl+shift+a"
We welcome your feedback and bug reports! Please visit our GitHub repository to:
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
26 commits
TypeScript
79.2%
JavaScript
13.2%
CSS
7.6%