From 0ff5453c996a38fb7adc84ed098b750db157cff2 Mon Sep 17 00:00:00 2001 From: dece Date: Sat, 3 Dec 2022 19:34:58 +0100 Subject: [PATCH] readme: add latest features --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 132f5fb..eef76db 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,12 @@ WIP! ⚠ 👷🚧 Supported features: -| LSP method | Description | -|---------------------------|---------------| -| `textDocument/completion` | Completions | -| `textDocument/hover` | Documentation | +| LSP method | Description | +|-------------------------------|-----------------------| +| `textDocument/completion` | Completions | +| `textDocument/definition` | Go to definition | +| `textDocument/typeDefinition` | Go to type definition | +| `textDocument/hover` | Documentation |