Syntax-highlighting-for-Sass
Syntax-highlighting-for-Sass copied to clipboard
& should show parent element
p {
&.lead {
}
}
When you Go to Symbol
it shows:
p
&.lead
Thought it might be better (if possible to show):
p
p.lead
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.