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

Symbol browser does not consolidate selectors

Open 75th opened this issue 7 years ago • 0 comments

When I hit ⌘R in a CSS file, I see each selector on its own line, no matter how many tokens it contains. But with this package in an SCSS file, for example, body > header becomes two symbol browser entries: body and header.

Screenshot below. Is this normal? I've disabled every package I can imagine interfering with this one.

Useless symbol list

  • Sublime Text 3176
  • Sass package v1.2.4
  • MacOS 10.13.5

75th avatar Jul 16 '18 19:07 75th