Like to share with you all an interesting VSCode Extension. CodeGPT extension with 176k+ downloads and great reviews within?90days of launch, Supercharge your coding with AI-powered assistance! Automatically write new code from scratch, ask questions, get explanations, refactor code, find bugs and more.
Setting up CodeGPT on VSCode
- To install this extension,?open VSCode, go to extensions, and search “CodeGPT.” Once found , click on “install”.
- After installation go to the menu bar and click on Code, then select “Preferences” to find the “Settings” option?and go to “Code GPT”
To work with this extension you need to type your?OpenAI API key?in the first box
I know it's not free, but signup credit is enough for basic usage.
You can leave the remaining boxes as is(not been able to add images please refer to learn more link for more details.), but in case you want to customize them, keep this in mind:
Here are the top features of CodeGPT
- Get Code: Create a comment asking for a specific code and CodeGPT will open a new Editor with the code (You don't need to write the code language. CodeGPT will detect it automatically).
- Ask CodeGPT: CodeGPT will open a new Editor and respond to the question.
- Ask CodeGPT - code selected: Select the code and ask a question, CodeGPT will open a new Editor and respond to the question.
- Compile & Run CodeGPT: CodeGPT will compile and run your selected code.
- Ask StackOverflow: Search for a question using the Stackoverflow API and Code GPT will show the best human answer and then the AI answer.
- Explain CodeGPT: CodeGPT will open a new Editor and explain the code.
- Refactor CodeGPT: CodeGPT will open a new Editor and refactor the code.
- Document CodeGPT: CodeGPT will open a new Editor and Document the code.
- Find Problems CodeGPT: CodeGPT will open a new Editor and find problems in the code.
- Unit Test CodeGPT: CodeGPT will open a new Editor and write unit tests of the code.
Explore and enjoy your coding.... Learn More