goToDefinition property

bool goToDefinition
final

Whether "go to definition" is enabled.

When enabled, users can navigate to the definition of symbols. Controlled via 'textDocument/definition' request.

Implementation

final bool goToDefinition;