documentation.md: add temporary note about DocumentationTarget

This commit is contained in:
Yann Cébron 2023-03-02 11:39:09 +01:00
parent be36f6422d
commit 2ba5ed3654

View File

@ -10,6 +10,10 @@
</tldr>
> 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