mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
references_and_resolve.md: minor
This commit is contained in:
parent
55593ceeff
commit
8c19819553
@ -70,5 +70,5 @@ The implementation of `multiResolve()` can be also based on [`PsiScopeProcessor`
|
||||
|
||||
## Additional Highlighting
|
||||
|
||||
Implement [`HighlightedReference`](%gh-ic%/platform/lang-impl/src/com/intellij/codeInsight/highlighting/HighlightedReference.java) to add additional highlighting for non-obvious places (e.g., String literal).
|
||||
Implement [`HighlightedReference`](%gh-ic%/platform/lang-impl/src/com/intellij/codeInsight/highlighting/HighlightedReference.java) to add additional highlighting for non-obvious places (e.g., inside String literals).
|
||||
Such references will automatically be highlighted using <control>String | Highlighted reference</control> text attributes from <ui-path>Settings | Editor | Color Scheme | Language Defaults</ui-path> (_2022.2_).
|
||||
|
Loading…
x
Reference in New Issue
Block a user