Science Fair Project Encyclopedia
Code folding
Code folding is a feature of some IDEs allowing the user to collapse sections of a source code file while working in other parts of it. This allows a software developer to manage larger amounts of code within one window, without getting lost in a morass of complexity. A folding point is typically a method but can also be an entire class or even as small as an if-then-else block or comment section.
Recent versions of the open-source text editor Vim and the Java IDE Eclipse offer highly-configurable support for code folding. Microsoft's Visual Studio.NET offers code folding as well.
Last updated: 08-27-2005 20:36:50
03-10-2013 05:06:04
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


