Skip to content

Visual Studio Code extension for AI-powered code completion. The free analog of Github Copilot powered by GPT3 official API.

License

Notifications You must be signed in to change notification settings

mrThomasTeller/vscode-gpilot

Repository files navigation

GPilot (alpha version)

Usage Animation

GPilot is a Visual Studio Code extension that offers AI-powered code completion. This is an alternative to GitHub Copilot that you don't have to pay for every month. You only pay for API requests to ChatGPT. You need to retrieve Open AI API key to use this extension.

I'm trying to make this extension as similar to GitHub Copilot as possible. I would be glad to have your contribution.

Usage

Place the cursor where you want the code suggestion and run the command GPilot: Suggest code (or press Ctrl+Alt+space).

Todo

Problems I plan to fix soon:

  • No preview of suggested code before inserting
  • Sometimes a suggestion in human language is inserted instead of a code suggestion, or a part of already written code is duplicated
  • No warning about invalid API key or insufficient balance on Open AI account

Contributing

If you want to contribute to this project, you can do so by forking the repository and sending a pull request or submitting an issue.

License

This extension is licensed under the MIT License. See the LICENSE file for more information.

About

Visual Studio Code extension for AI-powered code completion. The free analog of Github Copilot powered by GPT3 official API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published