Art-Stea1th / Enhanced-Syntax-Highlighting

[Marketplace] Lightweight "editor classifier extension" for Visual Studio based on the async Roslyn APIs to enhanced highlighting custom tags in C# code.
https://marketplace.visualstudio.com/items?itemName=StanislavKuzmichArtStea1th.EnhancedSyntaxHighlighting
Other
77 stars 10 forks source link

Slowing VS down after upgrade to 16.6.4 #24

Open scotthtaylor1 opened 4 years ago

scotthtaylor1 commented 4 years ago

I love this extension. However, after upgrading VS to 16.6.4, it's killing the IDE. I'll type a character, and it appears 1-2 seconds later. I even uninstalled and reinstalled the extension. No change.

VapidLinus commented 4 years ago

I noticed having this problem too, but discovered Visual Studio has an in-built setting that is similar to what this extension does.

Under Tools -> Options, there is an "Editor Color Scheme" setting. Changing it to "Visual Studio 2019" seemed to make the same color changes as this extension does: image