Is this feature in Edge Code? If not, it would be a huge time-saver. I use this feature a TON in Dreamweaver's code view.
But lately, I'm more attracted to the simple view of Edge Code CC especially when working on Business Catalyst projects.
I'd think a "collapse selection" would be a part of the right-click menu when the cursor is in a particular tag.
Are there any 3rd party extensions for this?
Thanks!
Not yet -- you can vote for it here: Code Folding (collapse/expand blocks).
In the meantime though, there is indeed an unofficial extension that adds code collapsing functionality: https://github.com/thehogfather/brackets-code-folding. To install it, go to File > Extension Manager, click "Install From URL," and then enter that URL.
- Peter