🤖 GPT-3 Visual Studio Code ExtensionUse GPT-3 to be a more efficient programmer!
RequirementsYour OpenAI API key If you need an OpenAI account, it's free to signup and you get $18 in credits. Install the extensionWhen the extension is installed, a prompt will appear for you to enter in your API key. This extension uses secret storage for API keys.
All extensions can read the contents of Current functionality🦄 Ask GPT 🦄Sends user input to GPT for processing. The response will appear in a modal.
🎉 Create Code from Documentation 🎉Generates code for highlighted documentation. The code is automatically injected below the highlighted docs.
🔥 Create Documentation from Code 🔥Generates documentation for highlighted code. The docs are automatically injected above the highlighted code.
💯 Code Review 💯Sends highlighted code to GPT-3 for potential improvements. Suggested code and explanation will appear in a modal.
Extension Settings
FAQ👽 How can I reset my API key if I entered the wrong one?
Release Notes0.12.0Added check if completion exceeds max_token values. Alert user how to resolve. 0.11.0Option to set different values for code vs text completion settings (models, temperature, max tokens) 0.10.0Create code from documentation 0.9.0API Key in secret storage 0.8.0Status bar item to initiate Ask GPT function. Returns more readable modal with a copy output button 0.7.0Optionally include Organization in request to GPT 0.6.0Easily configure your extension in preferences 0.4.0Send GPT text directly. Ask a question or get clarity in your own words, without leaving your editor. 0.2.0Generates code suggestion with explanation for highlighted code. 0.1.0Creates documentation for highlighted code. |