I'd really like to do divide my code into sections and subsections using a tree and/or headings.
I'm currently working with php, and it would be so nice if I could make a comment flag heading of 22px saying "Generator Section" and then two subheadings in 20px saying "MySQL Queries" and "Generate HTML Output" each one followed by it's code.
Like so:
Generator Section
MySQL Queries
code
Generate HTML Output
code
Only with indent.
Is this possible in any editor? It would seem odd if mankind is able to achieve so much but not something like this...