niklaskallander / vs-unobtrusive-code

An extension for Visual Studio that lets you hide away obtrusive code like comments and logging, to let you focus on the actual flow of your application.
MIT License
24 stars 1 forks source link

Comment editing #7

Open scottdorman opened 4 years ago

scottdorman commented 4 years ago

This is especially for XML comments, but when being edited (or possibly even when the cursor is in the comment), it would be helpful to temporarily disable the dimming features. That will prevent a lot of screen flicker as the comment bounces between the full display and dimmed display as it's being edited. This also seems to prevent the autocomplete features for XML comments from working correctly.

niklaskallander commented 2 years ago

Hi @scottdorman

Sorry for the extreme delay, I had a really bad year...

Good suggestion! I'll see what I can do about that, VS extensions isn't exactly my forte.

Thanks!