IDE Extensions

Hanzo AI IDE Extensions

VS Code Cursor JetBrains

VS Code and JetBrains IDE extensions

Hanzo AI IDE Extensions

Official Hanzo AI extensions for VS Code, JetBrains IDEs, and Cursor.

Installation

VS Code / Cursor

code --install-extension hanzo-ai.hanzo-ai

Or install from VS Code Marketplace.

JetBrains IDEs

Install from JetBrains Marketplace.

Features

Commands

Command Description
Hanzo: Open Project Manager Open dashboard
Hanzo: Analyze Project Analyze project
Hanzo: Login Authenticate
Hanzo: Logout Sign out

Chat Integration

Use @hanzo in VS Code chat:

@hanzo implement user authentication
@hanzo explain this code
@hanzo refactor for performance

Configuration

Setting Description Default
hanzo.mcp.enabled Enable MCP true
hanzo.mcp.backend MCP backend auto
hanzo.llm.provider LLM provider hanzo

Development

npm install
npm run build
npm run dev  # Watch mode
npm test

Build Packages

npm run build:vscode     # VS Code extension
npm run build:jetbrains  # JetBrains plugin

Architecture

┌──────────────────────────────────────────────────────────┐
│                    Hanzo AI Extension                     │
├──────────────────────────────────────────────────────────┤
│  ┌─────────────┐  ┌─────────────┐  ┌─────────────┐      │
│  │   VS Code   │  │  JetBrains  │  │   Cursor    │      │
│  └──────┬──────┘  └──────┬──────┘  └──────┬──────┘      │
│         └────────────────┼────────────────┘              │
│                    ┌─────┴─────┐                         │
│                    │  Hanzo AI │                         │
│                    │  Gateway  │                         │
│                    └───────────┘                         │
└──────────────────────────────────────────────────────────┘