lsp_document_symbols
Extract all defined symbols like functions, classes, and variables from a source file to analyze code structure and enable navigation.
Instructions
Get all symbols (functions, classes, variables, etc.) defined in a document.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file |