mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Fix number of bullet points
This commit is contained in:
parent
c408909a86
commit
dfbb812067
@ -83,7 +83,7 @@ If there are multiple hints provided for a single element, all will be displayed
|
||||
Code vision hints can be displayed over the element, or on the right, at the end of line.
|
||||
It is configurable by users in <ui-path>Settings | Editor | Inlay Hints | Code vision</ui-path> by choosing a value in <control>Default position for metrics</control> combo box, or by selecting <control>Position</control> in specific provider entries.
|
||||
|
||||
There are two extension points for implementing a code vision provider:
|
||||
There are three extension points for implementing a code vision provider:
|
||||
- [`DaemonBoundCodeVisionProvider`](%gh-ic%/platform/lang-impl/src/com/intellij/codeInsight/hints/codeVision/DaemonBoundCodeVisionProvider.kt) registered in `com.intellij.codeInsight.daemonBoundCodeVisionProvider` EP
|
||||
- [`CodeVisionProvider`](%gh-ic%/platform/lang-impl/src/com/intellij/codeInsight/codeVision/CodeVisionProvider.kt) registered in `com.intellij.codeInsight.codeVisionProvider` EP
|
||||
- [`CodeVisionGroupSettingProvider`](%gh-ic%/platform/lang-impl/src/com/intellij/codeInsight/codeVision/settings/CodeVisionGroupSettingProvider.kt) registered in `com.intellij.config.codeVisionGroupSettingProvider` EP
|
||||
|
Loading…
x
Reference in New Issue
Block a user