Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Intraview - Code Tours for AI-Assisted DevelopmentNew to Visual Studio Code? Get it now.
Intraview - Code Tours for AI-Assisted Development

Intraview - Code Tours for AI-Assisted Development

Intraview - Interactive Code Tour & Agent Feedback

intraview.ai
|
1,998 installs
| (2) | Free
AI creates code tours. You refine them visually. Your team onboards faster. Local-first, git-stored, works with any AI agent.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Intraview

Code tours that AI creates, you refine, and your team shares. Local-first, git-stored, works with any AI agent.

Your AI agent builds step-by-step walkthroughs of any codebase. WYSIWYG tour editing. When the underlying code changes, Intraview detects the drift and prompts the viewer to request revisions from their agent. Knowledge stays in the repo with the code.

Best experience with Claude (Claude Code). Also works with Cursor, Windsurf, Copilot, Roo Code, Cline, and Antigravity.

Quick Start

# Install from VS Code / Cursor / Windsurf
code --install-extension intraview.intraview

Then:

  1. Open the Intraview sidebar ("eye" icon)
  2. Pick a suggested tour -- they appear automatically based on your repo
  3. Or ask your AI: "Use Intraview to create a code tour of the auth system"

CLI

The extension installs a CLI at ~/.intraview/bin/intraview. AI agents use the full path automatically. To use it yourself, add it to your PATH:

# bash
echo 'export PATH="$HOME/.intraview/bin:$PATH"' >> ~/.bashrc

# zsh
echo 'export PATH="$HOME/.intraview/bin:$PATH"' >> ~/.zshrc

Commands:

# Create a tour
intraview tour create --question "How does the auth system work?"

# List tours
intraview tour list

# Navigate
intraview nav next
intraview nav back
intraview nav goto 3

# Feedback
intraview feedback add --file src/auth.js --line 42 --text "Needs error handling"
intraview feedback list

# Analyze
intraview analyze search "authentication"
intraview analyze calls "validateToken"
intraview analyze read src/auth.js src/middleware.js

The CLI connects to the running Intraview extension. Start VS Code first, then use the CLI from any terminal.

Features

  • WYSIWYG tour editor: click any title, description, or step to edit inline
  • Self-healing tours: detects when code drifts and flags steps for regeneration
  • AI-created walkthroughs with verified file references
  • Call graph and dataflow analysis across your codebase
  • Tour suggestions based on repo structure
  • Structured feedback collection with file, line, and code context
  • CLI-driven: your agent runs commands, no configuration needed
  • Git-stored, local-first: tours live in your repo, no remote dependencies

For full documentation, visit intraview.ai

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