Document outliner
A Brackets extension that shows the outline of the currently selected HTML5 document.
Usage
This extension adds a Document outline panel to the Brackets editor.
It can be toggled on and off by toggling the View > Show Document Outline
option.
Saving or switching your currently selected file will force the panel to recalculate the outline.
Clicking on a row will bring you to the beginning of the section it represents.
About
This extensions makes use of the HTML5 outliner (h5o) made by Dominykas Blyžė.