GoLand
 
Get GoLand

File Watchers

Last modified: 11 October 2024

File Watcher is a GoLand tool that allows you to automatically run a command-line tool like compilers, formatters, or linters when you change or save a file in the IDE.

File Watchers have two dedicated code inspections:

  • The File Watcher available inspection is run in every file where a predefined File Watcher is applicable. If the project has no relevant File Watcher configured, GoLand suggests to add one.

  • The File Watcher problems inspection is invoked by a running File Watcher and highlights errors specific to it.

You can use one of the available templates or configure a File Watcher from scratch. A configured File Watcher can be saved in your project settings or in the IDE settings and used in different projects. The following image lists predefined templates for file watchers. You cannot modify the list of predefined templates.

Templates for file watchers

For more information about File Watchers for specific tools, see the corresponding pages:

Note that using some of these tools in GoLand requires that you install plugins on the Settings | Plugins page as described in Installing plugins from JetBrains Marketplace.