One of the default features of the new Visual Studio 2013 is automatically highlighting all the occurances of the currently focused word (see screenshot below).
While some developers may consider this as something beneficial and productive, I don't like it personally and it even diverts my attention and interrupts.
I saw an answer on SO about how to disable this feature for C# (under Tools -> Text Editor), but couldn't find this settings for JavaScript...
Would be very grateful if someone can tell me how to disable this feature also for JavaScript.
After going through a lot of options, plug-ins and articles, I have found that the answer was not only so simple, but also was right under my nose...
Just going through the fonts & colors definitions of the text editor in VS, I came across the right definition for this behavior (something with "reference", if I remember correctly).
Now, if you don't mind, I will take my walk of shame. :)
Tools --> Options --> Environment --> Fonts and Colors --> Match color
Then select foreground and background colors matching regular text.