Reputation: 499
I am trying to set up a Sass File Watcher in PhpStorm. But there is no Sass template, as described in the PhpStorm help. As you can see in the following screenshot.
Also, that there is no Sass File Type.
Upvotes: 0
Views: 102
Reputation: 499
The Sass support plugin needs to be enabled, in order to be able to use a Sass File Watcher.
Go to File > Settings > Plugins > write sass
into the search box > check checkbox next to Sass support
> click ok and restart PhpStorm
Upvotes: 1