mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
language_server_protocol.md: add textDocument/typeDefinition
This commit is contained in:
parent
cc66ca6b54
commit
00cc0fede9
@ -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))
|
- 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]
|
- 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
|
### 2024.2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user