xsharp.eu • VS2019 / X# 2.10 variable highlight colour
Page 1 of 1

VS2019 / X# 2.10 variable highlight colour

Posted: Fri Jan 28, 2022 9:41 am
by leighproman
I like how when I click on a variable name in the code editor it now it instantly highlights all the other occurences.
Is it possible to change the colour of the highlight?
If so, which of the 100s of customised ones available is it?
Thanks
Leigh

VS2019 / X# 2.10 variable highlight colour

Posted: Fri Jan 28, 2022 10:19 am
by robert
Leigh,

We are using the community toolkit for VS to hightlight the words.
The TextMarkerTag has the string "MarkerFormatDefinition/HighlightWordFormatDefinition"
I have no idea which of the 100s of colors matches this tag.

Robert