summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorManuel <dev+git@manuelsbrain.de>2022-06-12 16:06:20 +0200
committerSimon Hauser <simon.hauser@helsinki-systems.de>2022-06-30 14:01:51 +0200
commit3a72cc89024120d09f32d70689cc9cbe367fc2b4 (patch)
tree8b51ae0442809616df1f26a16b4247d8771ef02d /README.md
parentffcc2221d63aa89665e468be1dd8cd8e40e5f581 (diff)
feat(builtin.lsp): implement builtin handlers for lsp.(incoming|outgoing)_calls (#1484)
Fixes #863
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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 |