diff options
| author | Rodrigodd <51273772+Rodrigodd@users.noreply.github.com> | 2021-09-12 06:36:28 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-12 11:36:28 +0200 |
| commit | d022ccaf1137fda5b6c4f09e224fd187f54324ba (patch) | |
| tree | 3a08ef05a1d54838ef57d7a58b7a0d5e175b58ab /README.md | |
| parent | 9d847e79046abb2f365a584be30d66957f02a1c1 (diff) | |
feat: lsp type definitions (#1224)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -446,18 +446,19 @@ Built-in functions. Ready to be bound to any key you like. :smile: ### Neovim LSP Pickers -| Functions | Description | -|---------------------------------------------|-------------------------------------------------------------------------------------------------------------------| -| `builtin.lsp_references` | Lists LSP references for word under the cursor | -| `builtin.lsp_document_symbols` | Lists LSP document symbols in the current buffer | -| `builtin.lsp_workspace_symbols` | Lists LSP document symbols in the current workspace | -| `builtin.lsp_dynamic_workspace_symbols` | Dynamically Lists LSP for all workspace symbols | -| `builtin.lsp_code_actions` | Lists any LSP actions for the word under the cursor, that can be triggered with `<cr>` | -| `builtin.lsp_range_code_actions` | Lists any LSP actions for a given range, that can be triggered with `<cr>` | -| `builtin.lsp_document_diagnostics` | Lists LSP diagnostics for the current buffer | -| `builtin.lsp_workspace_diagnostics` | Lists LSP diagnostics for the current workspace if supported, otherwise searches in all open buffers | -| `builtin.lsp_implementations` | Goto the implementation of the word under the cursor if there's only one, otherwise show all options in Telescope | -| `builtin.lsp_definitions` | Goto the definition of the word under the cursor, if there's only one, otherwise show all options in Telescope | +| Functions | Description | +|---------------------------------------------|---------------------------------------------------------------------------------------------------------------------------| +| `builtin.lsp_references` | Lists LSP references for word under the cursor | +| `builtin.lsp_document_symbols` | Lists LSP document symbols in the current buffer | +| `builtin.lsp_workspace_symbols` | Lists LSP document symbols in the current workspace | +| `builtin.lsp_dynamic_workspace_symbols` | Dynamically Lists LSP for all workspace symbols | +| `builtin.lsp_code_actions` | Lists any LSP actions for the word under the cursor, that can be triggered with `<cr>` | +| `builtin.lsp_range_code_actions` | Lists any LSP actions for a given range, that can be triggered with `<cr>` | +| `builtin.lsp_document_diagnostics` | Lists LSP diagnostics for the current buffer | +| `builtin.lsp_workspace_diagnostics` | Lists LSP diagnostics for the current workspace if supported, otherwise searches in all open buffers | +| `builtin.lsp_implementations` | Goto the implementation of the word under the cursor if there's only one, otherwise show all options in Telescope | +| `builtin.lsp_definitions` | Goto the definition of the word under the cursor, if there's only one, otherwise show all options in Telescope | +| `builtin.lsp_type_definitions` | Goto the definition of the type of the word under the cursor, if there's only one, otherwise show all options in Telescope| #### Pre-filtering option for LSP pickers |
