mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
documentation.md: add temporary note about DocumentationTarget
This commit is contained in:
parent
be36f6422d
commit
2ba5ed3654
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user