Skip to content

Commit

Permalink
inlay_hints.md: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Nov 4, 2024
1 parent 6177446 commit 6442c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ See the API documentation for the details.
- [`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)`
[`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
Expand Down

0 comments on commit 6442c7f

Please sign in to comment.