Skip to main content

go_to_definition

Find the source file and line where a symbol is defined. Returns an envelope with items, totalCount, truncated, and limit.

Parameters

ParameterTypeRequiredDescription
symbolstringSymbol name: simple type (MyClass), fully qualified (Namespace.MyClass), or member (MyClass.DoWork)
limitint?Maximum number of items to return (default: 50). Items are sorted by file, then line.