From 00cc0fede9ae585773cbd16b6dfd85494abee456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 4 Mar 2025 10:12:00 +0100 Subject: [PATCH] language_server_protocol.md: add `textDocument/typeDefinition` --- .../custom_language_support/language_server_protocol.md | 1 + 1 file changed, 1 insertion(+) 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 f336a2613..a9b77bcda 100644 --- a/topics/reference_guide/custom_language_support/language_server_protocol.md +++ b/topics/reference_guide/custom_language_support/language_server_protocol.md @@ -129,6 +129,7 @@ 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)) - Document Save Notification ([`textDocument/didSave`](https://microsoft.github.io/language-server-protocol/specification/#textDocument_didSave)) [2024.3.1] +- Go To Type Declaration ([`textDocument/typeDefinition`](https://microsoft.github.io/language-server-protocol/specification/#textDocument_typeDefinition)) [2024.3.1] ### 2024.2