Visual Studio Code
VS Code is an excellent, free IDE with tons of extensibility.
Last updated
{
"git.confirmSync": false,
"liveSassCompile.settings.autoprefix": [
],
"liveSassCompile.settings.formats": [{
"format": "expanded",
"extensionName": ".css",
"savePath": "/dist/css"
}]
}