jumpToDefinition

Jump to the definition of the symbol at the cursor.

Ports upstream @codemirror/lsp-client's jumpToDefinition command (requires the server's definitionProvider capability). Returns false when no definitionJumps extension is installed in session or the server lacks the capability. To support cross-file jumps, override Workspace.displayFile (see navigateToTarget).