Category: webstorm

SASS files (.scss) to CSS watcher in WebStorm 0

SASS files (.scss) to CSS watcher in WebStorm

  I was originally converting SASS to CSS using external gulpfile.js to watch *.scss files and convert with gulp-sass and gulp-watch. I then found out that WebStorm has a built-in watch capability that is...

How to stop auto-indent on WebStorm IDE 0

How to stop auto-indent on WebStorm IDE

Disabling auto-indent on WebStorm WebStorm is quite a different editor than Visual Studio. For one thing it saves automatically files after you make changes. There is no save button ! This can be good...