diff --git a/topics/reference_guide/custom_language_support/language_server_protocol.md b/topics/reference_guide/custom_language_support/language_server_protocol.md index c626a4a4d..d9c6275ec 100644 --- a/topics/reference_guide/custom_language_support/language_server_protocol.md +++ b/topics/reference_guide/custom_language_support/language_server_protocol.md @@ -1,4 +1,4 @@ - + # 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: +### 2025.1 + +- Document Link ([`textDocument/documentLink`](https://microsoft.github.io/language-server-protocol/specification/#textDocument_documentLink)) + ### 2024.3 - Color Preview ([`textDocument/documentColor`](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentColor))