mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
inlay_hints.md: Clarify the information about declarative inlay hints customization possibilities
This commit is contained in:
parent
1531f47291
commit
436664b23f
@ -58,7 +58,10 @@ and register it in `com.intellij.codeInsight.parameterNameHintsSuppressor` EP.
|
|||||||
>
|
>
|
||||||
{style="note"}
|
{style="note"}
|
||||||
|
|
||||||
To provide **inline** inlay hints with custom presentation and behavior, implement declarative
|
Declarative inlay hints are **inline** textual inlays that can hold expandable list of clickable items.
|
||||||
|
Please note this API has limited presentation customization possibilities due to its UI-independent design, which allows utilizing it by different frontend technologies (not only in Swing).
|
||||||
|
|
||||||
|
To provide declarative inlay hints implement declarative
|
||||||
[`InlayHintsProvider`](%gh-ic%/platform/lang-api/src/com/intellij/codeInsight/hints/declarative/InlayHintsProvider.kt)
|
[`InlayHintsProvider`](%gh-ic%/platform/lang-api/src/com/intellij/codeInsight/hints/declarative/InlayHintsProvider.kt)
|
||||||
and register it in `com.intellij.codeInsight.declarativeInlayProvider` EP.
|
and register it in `com.intellij.codeInsight.declarativeInlayProvider` EP.
|
||||||
See the API documentation for the details.
|
See the API documentation for the details.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user