Orlando
Orlando

Reputation: 499

PhpStorm Sass File Watcher template and File Type not available

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.

PhpStorm FileWatchers

Also, that there is no Sass File Type.

PhpStorm FIle Types

Upvotes: 0

Views: 102

Answers (1)

Orlando
Orlando

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

Sass Plugin

Upvotes: 1

Related Questions