DEV Community

ChatGPT for Coding in VsCode

Many coders will hightlight the use of ChatGPT for coding today, with the rise of Artificial Intelligence tools: read here.

Following these simple steps, I was able to install ChatGPT in Vscode, commonly known as Visual Studio Code.

1- Install Visual Studio Code: use this link to donwload the app.

https://code.visualstudio.com/download

2- Install Python from Python Software Foundation Source

My Windows Computer ask me to install Python directly from the search bar, but you can visit Python.org website to perform the task online.

Image description

3- Load your file, my file here is domain.py [python]:

Image description

4- Install Python for Visual Studio Code: save the file, and try to run it in Vscode. The app will ask you to install Python Interpreter Extension for Vscode.

Image description

5- Install ChatGPT extension for Visual Studio: in the extension panel, search for ChatGPT, and install it.

Image description

Image description

Thank you very muck!

Top comments (0)