Skip to content

Feature Request: Native VS Code Extension Support #153

@fuleinist

Description

@fuleinist

Problem

GitNexus currently supports Claude Code, Cursor, Windsurf, and OpenCode through MCP, but lacks native VS Code integration. Many developers use plain VS Code (not Cursor) with the VS Code AI extension or other AI plugins, and they cannot benefit from GitNexus's knowledge graph capabilities.

Proposed Solution

Create a native VS Code extension that:

  1. Registers GitNexus MCP server in VS Code's native MCP configuration
  2. Provides VS Code-specific agent skills for code exploration, debugging, and refactoring
  3. Adds context menu integrations for "Explore with GitNexus" functionality
  4. Displays knowledge graph insights in VS Code sidebar

Use Case

A developer using VS Code with GitHub Copilot or other AI extensions wants to:

  • Query the codebase knowledge graph directly from VS Code
  • See impact analysis before making changes
  • Navigate code relationships without leaving their editor
  • Get AI-assisted debugging with full call chain context

Currently they must switch to Cursor or use Claude Code to get this functionality.

Implementation Suggestions

  1. Create a new package
  2. Use VS Code's native MCP support (VS Code 1.85+)
  3. Reuse existing MCP server from
  4. Add VS Code-specific UI: tree view for graph exploration, status bar for index status
  5. Package with VSCE (VS Code Extension Manager)

Alternative Considered

Users could theoretically use the generic MCP config in VS Code, but:

  • It requires manual configuration
  • No VS Code-specific UI/context menus
  • No VS Code agent skills integration
  • No visual graph explorer integrated into VS Code

A native extension would provide seamless, "just works" integration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions