Top "Folding" questions

Code folding is a feature of some text editors and IDEs that allow some text to be temporarily hidden or "collapsed" in order to hide detail.

Python code-folding in emacs?

I have many classes and defs ... I want to have + and - keys before class and def to collapse the …

python emacs editor folding
How can I automatically fold a long C code in Vim?

I regularly run into C-codes without folding. It is irritating to read them if there is no folding, particularly with …

c vim folding
Custom regions for code folding in Notepad++

Is there any way to create custom named regions for Notepad++ to fold them? I've seen some talk about it …

notepad++ custom-component folding
Code folding in RStudio: Creating hierarchy in the code

I'm writing R scripts in RStudio and I use the code folding a lot. I found that you can see …

r ide rstudio folding
Vim: Fold top level folds only

I have a long code file with syntax folding in Vim. I know how to open all folds (zR) or …

vim folding
How do I fold code for comment blocks inside method blocks?

How can I fold comment blocks inside method blocks to be folded (outlined), just like methods and regions, etc.?

visual-studio-2010 ide folding
how to activate vim folding markers?

I have inherited some c++ code with vim-based folding markers like this: // CONSTRUCTORS/DESTRUCTORS /*{{{*/ Foo::Foo() { } Foo::~Foo() { } /*}}}*/ What do …

vim configuration folding
IntelliJ IDEA plugin to fold .conf files?

I have a Scala app built with Lift framework. It has a few .conf files. When I open those .conf …

intellij-idea plugins lift folding code-folding
Vim syntax based folding with php

I have downloaded php.vim file, which contains PHP-based syntax information. It should be able to provide syntax based folding, …

php vim syntax folding