Highlighting variables should be immediate on doubleclick
Now if I click on a variable then I have to wait for 1 second (!!!) to get it and the other occurrences highlighted. This is very annoying!
Doubleclicking on a variable should highlight the occurrences of the variable immediatly, like in Notepad++.
1 comment
-
Karó Gyökér
commented
OK I think this is not needed.
There is a plugin: http://visualstudiogallery.msdn.microsoft.com/4b92b6ad-f563-4705-8f7b-7f85ba3cc6bb
This does the same what I have mentioned.The build in highlighter works differently. It's not just a dumb select all matching word. It analyzes the code, and only highlight those words which are really belong to the same variable. And this takes a little time I think (using reflection or whatever).