Supercharge your coding workflow with Wingman Copilot, the ultimate Visual Studio Code extension that provides intelligent code suggestions powered by OpenAI. Say goodbye to errors and hello to faster, more efficient coding with personalized suggestions based on your code's context.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Wingman Copilot is a Visual Studio Code extension that provides intelligent code suggestions to improve your coding efficiency and reduce errors. Using the power of OpenAI, Wingman Copilot analyzes your code prompt and suggests improvements based on its context.
Features
Intelligent code suggestions: Wingman Copilot provides you with intelligent code suggestions based on your prompt's context, improving your coding efficiency and reducing errors.
Seamless integration: Wingman Copilot integrates seamlessly with Visual Studio Code, providing you with a hassle-free coding experience.
Usage
To use Wingman Copilot, follow these steps:
Open a file in Visual Studio Code.
Select the code you want to get suggestions for (if you do not select any text, Wingman Copilot will provide suggestions on the entire file).
To access Wingman Copilot's code suggestions, open the Command Palette by pressing Ctrl+Shift+P (Windows) or Cmd+Shift+P (macOS).
Type "Wingman Copilot" in the Command Palette and select "Wingman Copilot: Get Suggestions".
Provide your OpenAI API Key.
Give Wingman Copilot a prompt to modify your code.
Accept or Reject the code suggestions.
Limitations
This plugin uses OpenAI to make code suggestions. Because of this, there is a limit on the length of the prompt and the length of the code it takes in.
Wingman Copilot does not yet format code correctly 100% of the time. Because of this, code that relies on indentation or correct spacing (Python) may not fully work.