Mario Wilhelm
Mario Wilhelm

Reputation: 368

PhpStorm: Change SCSS File Watcher predefined settings

In PhpStorm 2016.3.2, if you open a .scss file, a file watcher will be added with default settings:

Default settings

How can I modify these settings global?

Modified settings

If I start a new project, the file watcher will be added with the new modified settings?

Upvotes: 0

Views: 61

Answers (1)

lena
lena

Reputation: 93728

All file watchers are configured on project level, there is no way to modify watchers globally. However you can use export/import functionality to export your watcher settings (see 'Import' and 'Export' buttons in Settings | Tools | File Watchers)

Related feature requests: WEB-8414, WEB-12478.

Upvotes: 1

Related Questions