Syntax-highlighting-for-Sass icon indicating copy to clipboard operation
Syntax-highlighting-for-Sass copied to clipboard

& should show parent element

Open cyrusdavid opened this issue 11 years ago • 1 comments

p {
  &.lead {
  }
}

When you Go to Symbol it shows:

p
&.lead

Thought it might be better (if possible to show):

p
p.lead

cyrusdavid avatar Sep 02 '13 13:09 cyrusdavid

That would be a great feature, but I afraid that the Sublime Text currently doesn't support this. This package only tells sublime text to create a index with the selected scope , it can not replace anything.

P233 avatar Oct 17 '13 21:10 P233