Is there a way to visualize a document's structure in outline form?
-
As far as I can tell, there is no plugin or native function that will display your file’s document structure in outline form. I have searched high and low for this and I’m asking here as a last effort.
Specifically I would like to be able to visualize a .tex file, with the various \section, \subsection, and \subsubsection branches in an outline. It would also be useful for seeing the structure of other coded documents, like .html files.
There are some other editors that can do this, like TexStudio for Latex, but I’m hoping it’s possible in N++.
-
outlining is one of those terms which do have different meanings and/or assumptions what is expected,
so please forgive me if my tip isn’t useful - what about using a regular expression and search for all in current document?Cheers
Claudia