mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
inlay_hints.md: mention InlayHintsCustomSettingsProvider
This commit is contained in:
parent
a04cfe9165
commit
3530de089d
@ -67,6 +67,10 @@ See the API documentation for the details.
|
|||||||
- [`JavaImplicitTypeDeclarativeInlayHintsProvider`](%gh-ic%/java/java-impl/src/com/intellij/codeInsight/hints/JavaImplicitTypeDeclarativeInlayHintsProvider.kt) - shows inferred type for variables declared with the `var` keyword in Java code when the inferred type may not be clear
|
- [`JavaImplicitTypeDeclarativeInlayHintsProvider`](%gh-ic%/java/java-impl/src/com/intellij/codeInsight/hints/JavaImplicitTypeDeclarativeInlayHintsProvider.kt) - shows inferred type for variables declared with the `var` keyword in Java code when the inferred type may not be clear
|
||||||
- [`JavaMethodChainsDeclarativeInlayProvider`](%gh-ic%/java/java-impl/src/com/intellij/codeInsight/hints/JavaMethodChainsDeclarativeInlayProvider.kt) - shows method return types in call chains in Java code
|
- [`JavaMethodChainsDeclarativeInlayProvider`](%gh-ic%/java/java-impl/src/com/intellij/codeInsight/hints/JavaMethodChainsDeclarativeInlayProvider.kt) - shows method return types in call chains in Java code
|
||||||
|
|
||||||
|
To provide a custom configuration UI, implement
|
||||||
|
`[`InlayHintsCustomSettingsProvider`](%gh-ic%/platform/lang-api/src/com/intellij/codeInsight/hints/declarative/InlayHintsCustomSettingsProvider.kt)`
|
||||||
|
registered in `com.intellij.codeInsight.declarativeInlayProviderCustomSettingsProvider` extension point.
|
||||||
|
|
||||||
### Code Vision Provider
|
### Code Vision Provider
|
||||||
<primary-label ref="2022.1"/>
|
<primary-label ref="2022.1"/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user