This extension highlights rows with '#region' and '#endregion' directives. It works with Visual Studio 2015.
The extension makes distinction between rows where the directives serve as boundaries of a region and rows where they are a part of a string or comment. There is one exception, though. If a '#region' or '#endregion' directive starts a line of text within a multi-line comment, this row will also be highlighted. I plan to fix this in version 1.1.
Please let me know about any bugs or possible improvements in the 'Q AND A' tab. Thanks!
|