windicss / windicss-intellisense

Intelligent WindiCSS tooling for VS Code
https://marketplace.visualstudio.com/items?itemName=voorjaar.windicss-intellisense
MIT License
194 stars 16 forks source link

Sort utility class while typing #374

Closed ghost closed 2 years ago

ghost commented 2 years ago

When "windicss.sortOneSave": true and "files.autoSave": "afterDelay", the intellisense would rearrange utility classes while I was still typing.

Is there a way to make the IntelliSense only sort when I explicitly press ctrl+s to save the file?