Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ChatGPT CopilotNew to Visual Studio Code? Get it now.
ChatGPT Copilot

ChatGPT Copilot

Pengfei Ni

|
42,148 installs
| (1) | Free
An VS Code ChatGPT Copilot Extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


An VS Code ChatGPT Copilot Extension

The most loved opensourced ChatGPT extension for VS Code

The project is built on the most loved ChatGPT extension gencay/vscode-chatgpt, which has downloaded by ~500,000 developers.

But unfortunately, the original author has decided to stop maintaining the project, and the new recommended Genie AI extension on the original project is not opensourced. So I decided to fork it and continue the development.

Features

  • ➕ Use GPT-4, GPT-3.5, GPT3 or Codex models using your API Key from OpenAI or Azure OpenAI Service
  • 📃 Get streaming answers to your prompts in sidebar conversation window
  • 🔥 Stop the responses to save your tokens.
  • 📝 Create files or fix your code with one click or with keyboard shortcuts.
  • ➡️ Export all your conversation history at once in Markdown format.
  • Automatic partial code response detection. Continues and combines automatically, when response is cut off.
  • Ad-hoc prompt prefixes for you to customize what you are asking ChatGPT
  • Edit and resend a previous prompt
  • Copy, insert or create new file from the code, ChatGPT is suggesting right into your editor.

Configurations

Configuration Description
chatgpt.gpt3.apiKey Required to access OpenAI, please get one from OpenAI here.
chatgpt.gpt3.apiBaseUrl Optional, default to https://api.openai.com/v1.
For Azure OpenAI Service, it should be set to https://<YOUR-ENDPOINT-NAME>.openai.azure.com/openai/deployments/<YOUR-DEPLOYMENT-NAME>.
chatgpt.gpt3.model Optional, default to gpt-3.5-turbo.

How to install locally

  • Install vsce if you don't have it on your machine (The Visual Studio Code Extension Manager)
    • npm install --global vsce
  • Run vsce package
  • Follow the instructions and install manually.

License

This project is released under ISC License - See LICENSE for details. Copyright notice and the respective permission notices must appear in all copies.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2023 Microsoft