VS2019 / X# 2.10 variable highlight colour

This forum is meant for questions and discussions about the X# language and tools
Post Reply
leighproman
Posts: 60
Joined: Tue Oct 11, 2016 8:56 pm
Location: UK

VS2019 / X# 2.10 variable highlight colour

Post 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
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

VS2019 / X# 2.10 variable highlight colour

Post 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
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply