2 Attachment(s)
Visual Studios Extension for outlining VB text like C#
Anyone have a recommendation for an extension or other method for getting VB text to collapse similar to C#? Overall prefer VB's syntax to C#'s but I hate being forced to choose between seeing a bunch of text that I would rather have collapsed or trying to read method and property names from a giant block of grey text...
I much prefer this,
Attachment 159837
to this,
Attachment 159839
Re: Visual Studios Extension for outlining VB text like C#
Re: Visual Studios Extension for outlining VB text like C#
Re: Visual Studios Extension for outlining VB text like C#
Quote:
Originally Posted by
ident
I do kind of do that already but its a pain to put that every time and clutters things up when expanded.
Quote:
Originally Posted by
.paul.
I did find an extension called VB Outliner that almost does what I'm looking for but it does not keep my Supercharger text colors. But learning to make extensions for VS is probably a good idea no matter the case!