Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>wingmenNew to Visual Studio Code? Get it now.
wingmen

wingmen

Dewaang Mathur

|
28 installs
| (0) | Free
Code completion using AI21 LABS
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Copilot Extension

The Copilot Extension is a Visual Studio Code extension that provides intelligent code completions using the AI21 LABS API. It supports Python, C, and C++ languages.

Features

  • Code Completions: Get context-aware code completions based on the code you are currently writing.
  • Groq API Integration: Utilizes the Groq API to generate relevant code snippets.
  • Supports Multiple Languages: Includes support for Python, C, and C++.

Installation

To install the Copilot Extension, follow these steps:

  1. Open VS Code.

  2. Open the Command Palette using Ctrl+Shift+P (or Cmd+Shift+P on macOS).

  3. Type ext install your_code_helper.copilot and press Enter.

    Replace your_code_helper.copilot with the actual ID of your extension (found in the package.json file).

Usage

Once installed, the extension automatically provides code completions as you type in supported languages. For example:

  • Python: Get suggestions for Python code snippets.
  • C/C++: Receive code completions for C and C++ files.

Simply start typing in a file with one of the supported languages, and the extension will offer code completions based on the context of your code.

Configuration

No additional configuration is required. The extension works out of the box.

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

License

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

Support

If you need support or have any questions, please reach out to the maintainers via the GitHub issues page.

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