feat: lsp diagnostics and prefiltering by entry attribute (#543)
prefiltering for lsp_document_symbols and lsp_workspace_symbols. example: type `:var:` to show all vars
This commit is contained in:
@@ -409,6 +409,7 @@ Built-in functions. Ready to be bound to any key you like. :smile:
|
||||
| `builtin.lsp_workspace_symbols` | Searches in LSP all workspace symbols. |
|
||||
| `builtin.lsp_code_actions` | Lists LSP action to be trigged on enter. |
|
||||
| `builtin.lsp_range_code_actions` | Lists LSP range code action to be trigged on enter. |
|
||||
| `builtin.lsp_diagnostics` | Lists LSP Diagnostics in the current document. |
|
||||
| .................................. | Your next awesome picker function here :D |
|
||||
|
||||
### Git Pickers
|
||||
|
||||
Reference in New Issue
Block a user