My problem is this: Visual Studio Code automatically highlights similar code fragments, it’s very convenient, I don’t want to lose this opportunity.
But if, for example, to designate the variable K , and the other - K1 , then when you hover over K , the Visual Studio Code selects all the letters K in all the code, not the most convenient thing.
My question is, is it possible to somehow leave the function of finding such code fragments turned on, but make it work only for the complete coincidence of a word?
Thank you in advance.
