Tool/guide for knowing what level (indentation) in css/sass

HI all,

I'm not imagining this, but i used to have a toolbar (at the top of the ide) that would show the indentation level when dealing with Sass.

E.g. When the cursor is in front of the "a" tag, information would show (in this mythical tool) "#main". Perhaps it disappeared in the recent update .. or perhaps i've turned it off.. Anyone know what it is?

It was very helpful in knowing how deep the nesting was/is.

#main {
  color: blue;
  font-size: 0.3em;

  a {
0
3 comments
Avatar
Permanently deleted user

Found it. Its called breadcrumb.

View > Active Editor > Show Breadcrumbs....

Its now shown at the bottom of the IDE (rather than the top)

0

>Its now shown at the bottom of the IDE (rather than the top)

It's configurable -- Settings/Preferences and look for "breadcrumbs" in search box. But yes -- by default it's now on the bottom.

0
Avatar
Permanently deleted user

Thanks @andriy. Now put back to the top (via settings).... Ahhh.. thats better :-) 

0

Please sign in to leave a comment.