-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
Implement navigation-related MCP tools to allow AI assistants to navigate code in Visual Studio.
Tools to Implement
goto_definition- Navigate to symbol definitionfind_references- Find all references to a symbolfind_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