summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRodrigodd <51273772+Rodrigodd@users.noreply.github.com>2021-09-12 06:36:28 -0300
committerGitHub <noreply@github.com>2021-09-12 11:36:28 +0200
commitd022ccaf1137fda5b6c4f09e224fd187f54324ba (patch)
tree3a08ef05a1d54838ef57d7a58b7a0d5e175b58ab /doc
parent9d847e79046abb2f365a584be30d66957f02a1c1 (diff)
feat: lsp type definitions (#1224)
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 7ad7369..da2415b 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -905,6 +905,18 @@ builtin.lsp_definitions({opts}) *builtin.lsp_definitions()*
values: "tab", "split", "vsplit", "never"
+builtin.lsp_type_definitions({opts}) *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
+
+
+ Parameters: ~
+ {opts} (table) options to pass to the picker
+
+ Fields: ~
+ {jump_type} (string) how to goto definition if there is only one,
+ values: "tab", "split", "vsplit", "never"
+
builtin.lsp_implementations({opts}) *builtin.lsp_implementations()*
Goto the implementation of the word under the cursor if there's only one,
otherwise show all options in Telescope