Questions tagged [folding]

The concept of code folding can be found in certain text editors and IDEs, providing the ability to momentarily conceal or "collapse" specific text in order to obscure intricate details.

Is there an HTML editing tool that has the ability to collapse code blocks by tags and rearrange them?

I'm in search of a text editor or IDE that includes syntax highlighting and allows me to collapse HTML code blocks by tag. I currently use Eclipse, but its "folding" feature only works on top level tags like TABLE, not child tags like TD and TR. Are t ...