(sigil lsp definition)
(sigil lsp definition) - textDocument/definition provider.
Resolves the identifier at the cursor to its defining module's source file, returning an LSP Location pointing at the top of that file. Precise line/col resolution is a v2 enhancement.
Exports
definition-atprocedureReturn a list of LSP Location dicts, or 'null if no definition.