Reputation: 172
I am using PhpStorm in my project which includes a .scss
file.
I have been using a third party program to compile sass files. now I decided to use PhpStorm internal File Watcher.
I have followed the instruction to setup ruby on my Windows and now I want to use File Watcher.
The problem is I have closed the notification box for file watcher ( you know that box with a round close icon appears in the right top ) now I want to bring it back. How can I do that?
Upvotes: 1
Views: 307
Reputation: 165118
If such notification was disabled for specific file type, then to bring such notification back do the following:
Settings (Preferences on Mac) | Tools | File Watchers
Edit Suppressed File Watchers
icon (the icon that looks like guy in a hat; it may look like it's disabled, but it's actually working)If we talking about notification in general -- have a look at Settings (Preferences on Mac) | Appearance & Behaviour | Notifications
-- possibly you have disabled "File Watchers" entry altogether.
I personally see no reason about enabling such notification again (unless you want to have it in other projects). I would just go and create required File Watcher straight away (IDE should help with default values). In any case, here is a official article/how-to: https://confluence.jetbrains.com/display/PhpStorm/File+Watchers+in+PhpStorm
Upvotes: 5