Nasller / CodeGlancePro

Minimap run on jetbrains platform.
Apache License 2.0
201 stars 22 forks source link

[IMPROVEMENT] Highlights all the textual matches of token at the caret location in the Scrollbar #119

Closed FrederikKoers closed 7 months ago

FrederikKoers commented 7 months ago

Hi, In Visual Studio I'm used to seeing the selected text highlighted and all matches in in the scrollbar, unfortunately I couldn't find the same feature in IntelliJ.

Would this be a good improvement or have I just not seen this option?

Nasller commented 7 months ago

As far as I know, this effect has been realized in the plugin. Select the text to highlight or display the current line to highlight.

FrederikKoers commented 7 months ago

image Sorry forgot to add the info about all matches of the selected text in the scrollbar. Like here for the variable 'day' with VS and https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.MatchMargin

Nasller commented 7 months ago

As far as I know, this function is similar to the search text highlighting and identifier under caret highlighting in ide. You only need to modify the color in the color scheme. This function has also been implemented in the plugin.

Nasller commented 7 months ago

I probably understand what you mean, because there is no function of selecting text to search in ide, so I can't highlight it.

FrederikKoers commented 7 months ago

You were right, the color in the dark color design just had not enough contrast to make it visible. thank you for the fast help