I have lengthy functions in VB.NET (VS2008) and I'd like to shrink them down. I know about the #region
directives, but they don't work inside functions.
I was wondering if anyone knew of any plugins for visual studio 2008 that would allow me to fold if
statements, loops and try catch
statements. I've found a couple of plugins for Visual Studio 2005 but none for Visual Studio 2008.