Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>wizardcoder-vscNew to Visual Studio Code? Get it now.
wizardcoder-vsc

wizardcoder-vsc

mzbac

|
810 installs
| (0) | Free
wizardcode extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

wizardcoder-vsc

a Visual Studio Code extension, developed as a proof of concept (POC) to demonstrate how AI-powered code auto-completion features like GitHub Copilot work.

wizardCoder-vsc-demo

To understand how WizardCoder works, you can refer to the main files:

  • extension.ts: This file contains the code for registering the command and the status bar item for activating the extension.
  • WizardCoderInlineCompletionItemProvider.ts: This file includes the code for fetching the WizardCoder api backend for code completion suggestions and providing them to the Visual Studio Code.

Backend API

Please check out the backend API repository here. https://github.com/mzbac/AutoGPTQ-API

Extension Settings

This extension contributes the following configuration settings:

{
    "wizardCoder.apiEndpoint": "your wizardcoder api endpoint"
}

Usage

You can access the extension's commands by:

  • Right-clicking in the editor and selecting the Chat with Wizard Coder command from the context menu.
  • Using the copilot's inline completion the "toggle wizardCoder activation" command: Shift+Ctrl+' (Windows/Linux) or Shift+Cmd+' (Mac).
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft