go_to_definition
Locate the file and line number where a symbol is defined, supporting simple types, fully qualified names, and members.
Instructions
Find the source file and line where a symbol is defined. Returns an envelope with items, totalCount, truncated, and limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 50). Items are sorted by file, then line. | |
| symbol | Yes | Symbol name: simple type (MyClass), fully qualified (Namespace.MyClass), or member (MyClass.DoWork) |