mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
additional_minor_features.md: "Highlight usages" can be DumbAware
This commit is contained in:
parent
b443475974
commit
c38b279924
@ -12,6 +12,9 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
|
||||
|
||||
### IntelliJ Platform 2024.3
|
||||
|
||||
Dumb-aware "Highlight Usages"
|
||||
: [](additional_minor_features.md#semantic-highlight-usages) can be marked as [](indexing_and_psi_stubs.md#DumbAwareAPI).
|
||||
|
||||
## 2024.2
|
||||
|
||||
### IntelliJ Platform 2024.2
|
||||
|
@ -92,6 +92,7 @@ EP: `com.intellij.nameSuggestionProvider`
|
||||
EP: `com.intellij.highlightUsagesHandlerFactory`
|
||||
|
||||
[`HighlightUsagesHandlerFactory`](%gh-ic%/platform/lang-impl/src/com/intellij/codeInsight/highlighting/HighlightUsagesHandlerFactory.java) allows highlighting e.g., Exit Points or Exceptions.
|
||||
Can be [](indexing_and_psi_stubs.md#DumbAwareAPI) (2024.3+).
|
||||
|
||||
### TODO View
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user