From 3a72cc89024120d09f32d70689cc9cbe367fc2b4 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 12 Jun 2022 16:06:20 +0200 Subject: feat(builtin.lsp): implement builtin handlers for lsp.(incoming|outgoing)_calls (#1484) Fixes #863 --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5e6bd52..56c1d17 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,8 @@ Built-in functions. Ready to be bound to any key you like. | Functions | Description | |---------------------------------------------|---------------------------------------------------------------------------------------------------------------------------| | `builtin.lsp_references` | Lists LSP references for word under the cursor | +| `builtin.lsp_incoming_calls` | Lists LSP incoming calls for word under the cursor | +| `builtin.lsp_outgoing_calls` | Lists LSP outgoing calls 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 | -- cgit v1.2.3