Sublime Forum

"Breadcrumbs/Tree" to know what media query or where I am in nested SASS?

#1

I’m new to Sublime and am loving it. I was wondering if there is a package or some other solution which would allow me to know when I am editing css within a media query and which media query it is. I would also love to be able to have a visual “breadcrumb” trail showing me where I am in nested SASS. Similarly, I would love to be able to see where I am in the HTML (i.e. html > body > div > h1 > span).

Does anyone know of any ways to do this in Sublime? Thanks for your help!

Damon

0 Likes

#2

If your HTML is well formed, you can use the XPath package to see the current path in the status bar.

1 Like

#3

Thanks kingkeith. I just tried it but it didn’t like the CSS and comments that were in my html file…

0 Likes