mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
language_server_protocol.md: add textDocument/didSave
This commit is contained in:
parent
e2d50ada38
commit
f0fef750cd
@ -111,6 +111,10 @@ 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))
|
||||
|
||||
#### 2024.3.1
|
||||
|
||||
- Document Save Notification [`textDocument/didSave`](https://microsoft.github.io/language-server-protocol/specification/#textDocument_didSave)
|
||||
|
||||
### 2024.2
|
||||
|
||||
- Find Usages ([`textDocument/references`](https://microsoft.github.io/language-server-protocol/specification#textDocument_references))
|
||||
|
Loading…
x
Reference in New Issue
Block a user