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

KoanAI

Meet Patel

|
29 installs
| (1) | Free
Provides conceptual code tips without returning code snippets.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

KoanAI – Code suggestions for zen programmers

AI is incredible—but using it as a crutch isn’t. The biggest issues I see with AI code completion tools are:

  1. They disrupt my flow. When working on complex problems, AI suggestions can be more of a distraction than a help, breaking my train of thought.
  2. They generate misleading code. The output often looks correct at first glance but can be verbose, inefficient, insecure, or just plain wrong.
  3. They create overreliance. One of the most critical skills for an engineer is the ability to figure things out independently—AI shouldn’t replace that.

KoanAI Demo

Features (More coming very soon!)

  1. Koan AI Mentor return concrete and actionable hints that are catagorically based,
  2. Returns example code snippets that are relavant to your issues.
  3. Covers performance, readability, structure, and security.

Usage

  1. Open a code file in VSCode.
  2. Run "KoanAI: Analyze Code" from the Command Palette (Cmd + Shift + P or Ctrl + Shift + P) to get hints

Configure LLM Provider

KoanAI supports both OpenAI (cloud) and Ollama (local models).

  1. Go to VSCode Settings (Cmd + , or Ctrl + ,).

  2. Search for "KoanAI: LLM Provider" and choose:

    • openai for OpenAI models (GPT-4, GPT-3.5).
    • ollama for local inference (Llama3, Mistral).
  3. Set the model name:

    • OpenAI: gpt-4-turbo, gpt-3.5-turbo
    • Ollama: llama3, mistral, codellama, gemma, phi
  4. If using OpenAI, set your API key in settings under KoanAI: OpenAI API Key.

    • You can get an API key from OpenAI.

Contact & Support

Need help or have feature requests? Reach out!

  • 📧 Email: meetspatel02@gmail.com
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft