Code-Pi
A Visual Studio Code extension that uses OpenAI's API to provide code suggestions.
Features
As you type, Code-Pi will suggest code snippets based on OpenAI's API.
Works with any programming language supported by OpenAI's API.
Installation
- Open Visual Studio Code.
- Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
- Type ext install in the Command Palette, then search for Code-Pi.
- Click the Install button to install the extension.
- Once installed, click the Reload button to reload Visual Studio Code after the extension has been installed.
Usage
- Open Visual Studio Code.
- Create a new file or open an existing file in Visual Studio Code.
- Start typing and Code-Pi will suggest code snippets based on what you type.
- Select a suggestion and it will be inserted into your code.
Limitations
- Code-Pi is currently in beta and may contain bugs.
- The suggestions provided by OpenAI's API may not always be relevant or accurate.
- The extension may have performance issues if the API Key is used excessively.
Known Issues
- None at this time.
Release Notes
0.0.1
- Initial release of Code-Pi
License
Code-Pi is released under the MIT License.
Contributing
Code-Pi is an open source project and contributions are welcome! If you'd like to contribute, please fork the repository and create a pull request.