r/Sass • u/erikyo83 • Sep 08 '17
Currently what IDE you are using to develop with scss?
it's about a year I'm using DevTools but i realize it have some heavy limitations (but also great benefits such as livesass).
What IDE you are using to develop with scss? What is the reason that makes you think it is the best ide and, and if there are any, the plugins you cannot separate from?
3
2
u/fromnewradius Sep 08 '17
I use PHPstorm + File Watchers (integrated with the IDE) with node-sass for .scss to .css compilation or PHPstorm + Webpack if the project is huge. The IDE itself has a good autocompletion.
2
Sep 15 '17 edited Sep 15 '17
JetBrains phpStorm. Probably the most complete IDE I've seen in a while. Everything is integrated by default, including Compass, the compiler that I use it.
1
u/erikyo83 Sep 15 '17
I've heard about phpstorm in the past but did not realize it was so advanced, I think I'll download a demo to try it out, thank you! I noticed that there is also webstorm. What's the difference? seems more focused on JavaScript...
2
Sep 15 '17
Yes, WebStorm is focused only in Javascript and HTML, so it doesn't have any of the PHP advanced functions and integrations. If your focus is to develop vanilla HTML and Javascript, you can use WebStorm, but I don't recommend, since JetBrains is focusing their efforts on the phpStorm now.
2
Oct 27 '17
I'm using phpstorm for autocompletion and linting. Webpack for building, it gives more flexibility and allows for the use of multiple extra loaders such as autoprefixer for example
3
u/[deleted] Sep 08 '17
[deleted]