language_server_protocol.md: add textDocument/documentLink

This commit is contained in:
Yann Cébron 2025-02-12 17:03:28 +01:00
parent af6e2b55cc
commit 2a70dc8814

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Language Server Protocol (LSP) # Language Server Protocol (LSP)
@ -121,6 +121,10 @@ The LSP API sources are bundled in the IntelliJ IDEA Ultimate distribution and c
The LSP support provided by the IntelliJ Platform covers the following features for these releases: The LSP support provided by the IntelliJ Platform covers the following features for these releases:
### 2025.1
- Document Link ([`textDocument/documentLink`](https://microsoft.github.io/language-server-protocol/specification/#textDocument_documentLink))
### 2024.3 ### 2024.3
- 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))