Document hierarchy position in a status bar

1
Voted

Currently when editing a large SASS/SCSS file, it's often difficult to know where you are in the document hierarchy. For example, when the document has multiple media queries it's difficult to tell which breakpoint the cursor is at because you'd have to scroll up to the nearest @media statement, and then scroll back to the cursor. It gets especially tedious when you're navigating through document search results by hitting F3 repeatedly.

It would be nice to be able to see the position in the document tree, the same way most browsers' development tools do, by showing each level as a tab in a status bar underneath the document being edited, for the current cursor position. I think the feature could even be implemented without necessarily requiring the current file compile properly (as during editing).

Status: New