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/documentLink
This commit is contained in:
parent
af6e2b55cc
commit
2a70dc8814
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user