readme: add latest features

This commit is contained in:
dece 2022-12-03 19:34:58 +01:00
parent b22c9838b9
commit 0ff5453c99

View file

@ -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 |