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 |