code folding in Visual Studio for F#
- by Yin Zhu
I find that I tend to write long source files in F#. Some open source projects in F# also have long source files, e.g. FPersec and F# for excel.
So it would be very helpful if code folding (even very limited support) is available in VS for F#. E.g. in a module, we can fold out functions that are stable, only leave functions that are subject to change unfold.
Is this feature easy to be supported, e.g. by a third party vendor?