From 2ba5ed365466a975c41caf25d810252a1d0826fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 2 Mar 2023 11:39:09 +0100 Subject: [PATCH] documentation.md: add temporary note about `DocumentationTarget` --- .../reference_guide/custom_language_support/documentation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/topics/reference_guide/custom_language_support/documentation.md b/topics/reference_guide/custom_language_support/documentation.md index aaa81d3a6..22585d5cc 100644 --- a/topics/reference_guide/custom_language_support/documentation.md +++ b/topics/reference_guide/custom_language_support/documentation.md @@ -10,6 +10,10 @@ +> Plugins targeting 2023.1 and later only should use [`DocumentationTarget`](%gh-ic-master%/platform/lang-impl/src/com/intellij/platform/documentation/DocumentationTarget.kt) +> API provided via `com.intellij.platform.documentation.targetProvider` extension point instead. +> This page will be updated shortly with more information. + Custom languages can use the `com.intellij.lang.documentationProvider` extension point (EP) to show documentation for functions, methods, classes, or other constructs right inside the IDE. Accessing the documentation is done by calling