Closed jomo closed 7 years ago
This plugin works great for most things. I like it. :+1:
However, in CSS (or SCSS) files I prefer sublime's own auto-completion because it recognizes keywords, inserts colons, spaces and semicolons.
Sublime's options are still available, but they aren't the ones first selected so you would need to scroll down.
/* · = space */ /* | = cursor */ /* CSS keywords */ padding| /* AllAutoComplete */ padding:·| /* Sublime built in completion */ /* CSS values */ padding:·inherit| /* AllAutoComplete */ padding:·inherit;| /* Sublime built in completion */
:+1: Vote up
Support for syntax-specific exclusions is supported now. Please see the README for details.
This plugin works great for most things. I like it. :+1:
However, in CSS (or SCSS) files I prefer sublime's own auto-completion because it recognizes keywords, inserts colons, spaces and semicolons.
Sublime's options are still available, but they aren't the ones first selected so you would need to scroll down.