Enable code folding in the editor
I am using LINQPad as a general purpose C# scripting/code snippets IDE. Just introducing a code folding feature would tremendously improve the usability, especially in the "C# Program" mode.
12
votes

The latest build allows regions in ‘Program’ mode.
-
Christopher Haws commented
I would like to see this work more like VS:
+ public void Foo() [...]
instead of
public void Foo()
+ [...] -
Elias commented
you are awsome mr Albahari