DEV Community

0xFedev
0xFedev

Posted on

How to use ChatGPT in Visual Studio Code.

Devs, are you tired of having to switch from Visual Studio Code to the browser to search for information or answers to your questions? Try VS ChatGPT!

What is VS ChatGPT?

Image description

VS ChatGPT is an extension for Visual Studio that allows you to bring the power of OpenAI GPT-3 directly into the most popular and widely used editor.

Using the extension is very simple:

  • Search for "VS ChatGPT" in the marketplace and install the extension;
  • Register an account with OpenAI and generate a new API Secret Key;
  • Set the API Key in the extension settings;
  • Run the command ChatGPT: Text completions and start using the extension!

Enjoy!

Latest comments (0)