SublimeText / Sass

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

[ST4] Update CSS/SASS completions and behaviors #66

Closed andremacola closed 4 years ago

andremacola commented 4 years ago

scss

This is an example on SASS file. Without left icons and a "property" commentary on right.

css

This is how ST4 shows the completions now, with icons and no redundant "property" word on right side.

I see that you modified the behavior and added some extra properties to: https://github.com/braver/SublimeSass/blob/master/sass_completions.py

We need to keep the modifications or adopt the sublime ones with sass/scss scope?https://github.com/sublimehq/Packages/blob/master/CSS/css_completions.py

braver commented 4 years ago

I already updated LESS with the new features. Sass takes a bit more effort mostly because of the weird optional :property value syntax. In any case I should be able to finish before ST4 is out. And I won’t tag a release before that happens because I want to stay in sync with the core CSS package people are using, and don’t want to stumble into any ST3-4 incompatibilities. So, if you wan to start using this, manually install master of this repo instead of the version in package control, at least until ST4 is out.

braver commented 4 years ago

With 6b5bd525abf010534ed31335e2f560309d195d8e this should be fixed. As I said, I won't be releasing this until ST4 is released publicly. So if you're using the ST4 beta, check out master of this repo and let me know if it works as you'd expect.