roslyn:go_to_definition
Navigate directly to symbol definitions in .NET/C# code using Roslyn compiler analysis. Provides precise location information for code understanding and navigation.
Instructions
Fast navigation to symbol definition. Returns the definition location without finding all references. IMPORTANT: Uses ZERO-BASED coordinates (editor line 10 = pass line 9).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to source file containing the symbol | |
| line | Yes | Zero-based line number (editor line - 1) | |
| column | Yes | Zero-based column number (editor column - 1) |