On 9/2/2013 11:21 AM, Jacob Carlborg wrote:
On 2013-09-02 19:29, Walter Bright wrote:

I don't know if this is an IDE feature or not, but I've often thought of
adding a command to my editor (MicroEmacs) to collapse/expand function
bodies. This would make it convenient to navigate larger files - just
collapse, move to the function you want to examine, then expand. It
would also mitigate the issue you have. I theorize that VS doesn't have
such a feature? Maybe IDEs are solving the wrong problem? :-)
Most IDE's and even simpler text editors supports this. It's called "code
folding". It usually both work for class/function bodies and comments.

So, Manu, this puzzles me as you are an experienced IDE user - why doesn't this resolve that issue for you?

Reply via email to