language_server_protocol.md: add textDocument/typeDefinition

This commit is contained in:
Yann Cébron 2025-03-04 10:12:00 +01:00
parent cc66ca6b54
commit 00cc0fede9

View File

@ -129,6 +129,7 @@ The LSP support provided by the IntelliJ Platform covers the following features
- Color Preview ([`textDocument/documentColor`](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentColor))
- Document Save Notification ([`textDocument/didSave`](https://microsoft.github.io/language-server-protocol/specification/#textDocument_didSave)) [2024.3.1]
- Go To Type Declaration ([`textDocument/typeDefinition`](https://microsoft.github.io/language-server-protocol/specification/#textDocument_typeDefinition)) [2024.3.1]
### 2024.2