Collapsing #Regions in VS2005?
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
VS2003 had a handy bug/feature that allowed you to collapse all #region blocks in a code document by clicking the splitter button in the code window. It left all other "foldable" code unmolested. This feature appears to be gone from VS2005.....anyone know of a method of duplicating this feature? I tried a macro, but macros scanning line-by-line through a document looking for #region blocks is incredibly slow. The VS2003 method was instantaneous.