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

piperchester picture piperchester · Dec 13, 2012 · Viewed 17.5k times · Source

In Visual Studio you can minimize huge chunks of code using regions; they essentially just surround the code and minimize it in the window.

Does Sublime have a feature similar to this?

Answer

BoundinCode picture BoundinCode · Dec 14, 2012

By default, you can select some code the go to Edit > Code Folding > Fold. There are tons of plugins that leverage the code-folding api for more options.