SublimeText / Sass

Sass and SCSS syntax for Sublime Text
https://packagecontrol.io/packages/Sass
MIT License
51 stars 8 forks source link

Add option to disable Sass snippets #33

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi, I'd really appreciate if there was an user-option to disable Sass snippets completion. I rarely use them writing everyday CSS and they tend to take precedence over normal CSS values and bloat the auto-completion list.

Please see the screenshot: image

Thank you!

braver commented 5 years ago

There is no way to do this in Sublime as far as I know. I could split them out to a separate package, but then most people will not find them. If you want more control, you can manually install the package and then remove the snippets. What I would like to do first is filter them so they show up when they're relevant, e.g. don't show the color functions when you're writing a selector. If that doesn't bring the noise down to an acceptable level for most, I could look at splitting them out from the main package.