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.

Scala: how to merge a collection of Maps

I have a List of Map[String, Double], and I'd like to merge their contents into a single Map[String, …

scala map folding scala-collections
Intellij, project navigation. Expand all folder and file tree

Is it possible to expand the entire project tree in Intellij? I would like to do this so I can …

intellij-idea intellij-plugin intellij-14 folding intellij-13
How to fold/unfold HTML tags with Vim

Is there some plugin to fold HTML tags in Vim? Or there is another way to setup a shortcut to …

html vim folding fold
How do I enable automatic folds in Vim?

How do I enable automatic folding in Vim? set foldmethod=syntax doesn't seem to do much of anything.

javascript perl vim folding
What code folding plugins work on Eclipse 3.6?

I am new to java development environment and I find it difficult to manage my code properly. .Net provides the #…

java eclipse coding-style eclipse-plugin folding
How to use Coffee-Bytes code folding

How to use "Coffee-Bytes code folding"? I want to use user defined region but don't know how to use it. …

eclipse folding
Collapse comments and all functions in vim/gvim

I'm a novice user to vim and I haven't been able to find in the internet how to collapse functions …

vim folding
Does Sublime Text 2 have the ability to region code similar to Visual Studio?

In Visual Studio you can minimize huge chunks of code using regions; they essentially just surround the code and minimize …

visual-studio sublimetext2 minimize region folding
Why is there no code-folding in emacs?

There are several questions on SO about how to get code folding in emacs, without having to add any special …

emacs folding
In WebStorm, is there a way to collapse all the elements at my current level

We have a common structure in our code where we have several related classes in the same file with several …

keyboard-shortcuts webstorm folding