code folding in Visual Studio for F#

Posted by Yin Zhu on Stack Overflow See other posts from Stack Overflow or by Yin Zhu
Published on 2010-05-16T10:48:53Z Indexed on 2010/05/16 11:00 UTC
Read the original article Hit count: 207

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about F#

Related posts about visual-studio