Skip to content

barnesoir/chatgpt-vscode-plugin

Repository files navigation

ChatGPT VSCode Extension

This is a Visual Studio Code extension for ChatGPT that was built using only ChatGPT and 5 beers. The README.md file for this extension was generated by ChatGPT.

Install the plugin from the VSCode MarketPlace

Install the plugin from this Github repository

Commands:

  • yarn setup (installs project dependencies)
  • yarn compile (generates js files)
  • yarn vscode:package (creates vscode installer package)
  • yarn vscode:install (installs vscode package)

Features

Commands:

  • ChatGPT: Query (will provide a prompt for you to ask a question)
  • ChatGPT: Add tests (generates tests based on file/text selection)
  • ChatGPT: Why is my code broken? (analyses your code to highlight any logic/syntax errors)
  • ChatGPT: Explain code
  • ChatGPT: Refactor
  • ChatGPT: Set API Key (set's your API key, auto promted on first use)

Everything except Reset Token and Query are available from the context menu when right-clicking in the editor.

image

Usage

To use the extension: This extension uses the official OpenAI library Open the VS Code Command Palette and Type ChatGPT: Set API Key, this will prompt you for your key which can be generated here: https://openai.com/account/api-keys

Once you're authenticated, you can ask ChatGPT any question and supply source code from your current file/selection.

Support

If you need help using this extension, please open an issue on the GitHub repository for this extension.

Credits

  • ChatGPT - The large language model trained by OpenAI that was used to generate this README file
  • chatgpt-api - The original NPM used prior to the offical library
  • mpociot's extension - Inspiration for the project and the original webview panel
  • Gencay's extension - Ported version of Gencay's webview panel.
  • Yeoman - The code generator used to scaffold the extension project
  • VS Code Extension Generator - The Yeoman generator for creating VS Code extensions

About

A VS code plugin for ChatGPT built by ChatGPT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •