Collapse and Expand Loops, Ifs etc...
Options
Hi everyone,
when I'm writing a program, I get a collapse [-] and an expand [+] for my sub.
Is it possible to collapse and expand loops and Ifs etc in a C# statement?
This would make all of my codes a lot more clear...
when I'm writing a program, I get a collapse [-] and an expand [+] for my sub.
Is it possible to collapse and expand loops and Ifs etc in a C# statement?
This would make all of my codes a lot more clear...
Comments
-
Personally I'm more interested in collapse/expand for methods/functions, just like Visual Studio allows.
-
This feature (automatic outlining for methods) is present in all of the paid editions.
-
I am also interested in this. My programs in LinqPad can get quite long, and being able to collapse foreeach loops and if/else would be very helpful.
-
Sounds reasonable - I'll enable these constructs for outlining, too.