Skip to content

feat(tools): Add navigation tools #2

@CalvinAllen

Description

@CalvinAllen

Description

Implement navigation-related MCP tools to allow AI assistants to navigate code in Visual Studio.

Tools to Implement

  • goto_definition - Navigate to symbol definition
  • find_references - Find all references to a symbol
  • find_symbol - Search for symbols by name

VS APIs

  • DTE2.ExecuteCommand("Edit.GoToDefinition")
  • DTE2.ExecuteCommand("Edit.FindAllReferences")
  • Language services / CodeModel

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions