go_to_definition
Find the source file and line where a symbol is defined. Returns an envelope with items, totalCount, truncated, and limit.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | ✓ | Symbol name: simple type (MyClass), fully qualified (Namespace.MyClass), or member (MyClass.DoWork) |
limit | int? | Maximum number of items to return (default: 50). Items are sorted by file, then line. |