Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing selector path in status bar? #19

Open
dfischer opened this issue Dec 4, 2012 · 4 comments
Open

Showing selector path in status bar? #19

dfischer opened this issue Dec 4, 2012 · 4 comments

Comments

@dfischer
Copy link

dfischer commented Dec 4, 2012

When viewing a SCSS/Sass file show the selector path in the status bar of the file?

E.g

.page-footer {
  .events {
    @include column(3);
    @include mobileColumn(4);

    float: right;

    @include respondTo(smallScreen) {
      float: none;
    }

    .events-title {
      font-size: ms(3);
    }

    .events-past-title {
      font-size: ms(2);
    }

    .event {
      @include mobileColumn(4);
       .nested-example here {
       }
    }
  }
}

If you were inside "nested-example-here" the vim status bar would show page-footer > event > .nested-example here

Is this possible?

@cakebaker
Copy link
Owner

I don't know whether this is possible, but I could imagine it is. It's something I have to investigate. Perhaps do you know a project/language for which there is already a similar behavior?

@dfischer
Copy link
Author

dfischer commented Dec 7, 2012

I have no idea. It's just something I have always "dreamed" of having in my status/powerline bar. /cc @kuroir

@carwin
Copy link

carwin commented Dec 20, 2012

This would be fantastic.

@alem0lars
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants