Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Default file watchers in Goland

Is there a way to enable certain file watchers by default in all projects? It bugs me that I have to do this manually, but I've not found an option.

For example, I like to enable the goimports file watcher for every project in Goland.

like image 353
Duncan Jones Avatar asked Oct 18 '25 06:10

Duncan Jones


2 Answers

Yes there is now! They allow you to change the level of the file watcher. Simply navigate to Preferences -> Tools -> File Watchers and on "level" select "Global".

This will, by default, add these File Watchers for other projects but it will not be enabled. To enable, simply check the "Enabled" box and you are good to go!

File Watchers Global Setting

like image 68
Linesmerrill Avatar answered Oct 20 '25 21:10

Linesmerrill


At the moment this is not possible. Follow https://youtrack.jetbrains.com/issue/WEB-12478 for updates.

like image 40
dlsniper Avatar answered Oct 20 '25 22:10

dlsniper