GPT-3 inside VSCode with official OpenAI API

Β·

1 min read

This extension lets you connect the official OpenAI API inside Visual Studio Code.

The extension uses the official OpenAI API.

Installation

Download the extension here πŸ‘‡

Download

Or go to VSCode Extensions Marketplace and search for code gpt

Configure your OpenAI Account

Go to Settings > Extensions > Code GPT

Complete the following information:

How to use it?

Get Code from comments:

  • Write a comment asking for a specific code

  • Press cmd-shift-i

  • Use the code 😎

Other Features

  • Ask CodeGPT: CodeGPT will open a new Editor and respond to the question.

  • 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.

Enjoy 😎

Β