lsp_document_symbols
Retrieve normalized document symbols, such as functions and classes, from a given file path via the Language Server Protocol.
Instructions
Request textDocument/documentSymbol from the LSP server and return normalized symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute or workspace-relative path to the file. |