additional_minor_features.md: "Highlight usages" can be DumbAware

This commit is contained in:
Yann Cébron 2024-08-05 15:12:14 +02:00
parent b443475974
commit c38b279924
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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