I’ve been using sublime text for 5 years now. Until version 4126 when I wrote css rules in a .css file I could write inline and the rules were self-completing, for example I write the color rule and the cursor is just before the “;” -> #test { font-size: 1rem; color: ; }
With the new version it no longer works and is written like this: #test { font-size: 1rem; color: } with the cursor attached to the “:”.
Is this a bug that can be fixed with some rules in the settings or was it done by choice?
Thank you