Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ComphleteNew to Visual Studio Code? Get it now.
Comphlete

Comphlete

Umut Berhan

|
16 installs
| (3) | Free
Inline Code Completions with AI.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

readme

This extension leverages AI models that are executed locally, providing fast and privacy-conscious code completions.

Requirements

  1. Ollama
  2. Qwen2.5-coder model

Setting up Ollama

  1. Download the latest version of Ollama from the official website.

  2. After installation, open your terminal and run the following command to fetch the model:

    ollama run qwen2.5-coder:1.5b
    

After the download is complete, you should start seeing completions as you code.

Extension Settings

Debounce Delay: The delay (in milliseconds) before triggering completion after typing stops.

Enable Inline Completion: Enable or disable inline completion functionality.

Temperature: Controls the randomness of AI completions. Higher values result in more varied responses.

Model: The AI model to use for generating completions.

Extension Commands

Toggle Inline Completion: Toggle inline completion functionality.

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