LSP document symbols
nvim_lsp_document_symbolsList the symbols (functions, classes, variables, …) defined in a buffer, with their kind and line. Nesting is reported via depth.
Instructions
List the symbols (functions, classes, variables, …) defined in a buffer, with their kind and line. Nesting is reported via depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bufnr | No | Buffer number. Omit for the current buffer. |