AzureCodeGPT: GPT3 and ChatGPT extension for VSCodeThis project is a simple fork of CodeGPT that uses Azure OpenAI instead of OpenAI. This Visual Studio Code extension allows you to use the official Azure OpenAI Client Library to generate code or natural language responses to your questions from OpenAI's GPT3 or ChatGPT, right within the editor. Supercharge your coding with AI-powered assistance! Automatically write new code from scratch, ask questions, get explanations, refactor code, find bugs and more 🚀✨ Links:📢 v2.0 Release
🌟 PreviewFeatures
InstallationTo use this extension, install it from the VSCode marketplace.
After completing these steps, the extension should be ready to use. Using the ExtensionTo use the extension, open a text editor in Visual Studio Code and open the AzureCodeGPT panel by clicking on the AzureCodeGPT icon in the sidebar. This will open a panel with an input field where you can enter your prompt or question. By clicking enter, it will be sent to GPT3. Its response will be displayed below the input field in the sidebar (note that it may take some time for it to be calculated). You can also select a code snippet in the editor and then enter a prompt in the side panel, or right-click and select "Ask AzureCodeGPT". The selected code will be automatically appended to your query when it is sent to the AI. This can be useful for generating code snippets or getting explanations for specific pieces of code. To insert a code snippet from the AI's response into the editor, simply click on the code block in the panel. The code will be automatically inserted at the cursor position in the active editor. You can select some code in the editor, right click on it and choose one of the following shortcuts from the context menu: Commands:
|