language_server_protocol.md: add textDocument/didSave

This commit is contained in:
Yann Cébron 2024-11-06 13:35:04 +01:00
parent e2d50ada38
commit f0fef750cd

View File

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