Search code examples
phpphpstorm

PhpStorm 2016.2.2 - Creating new macros for file watchers


How to define new macros for file watchers? For example, I would like to add my own macro with path to compass.bat file. Is it possible?

enter image description here


Solution

  • Like @LazyOne answered me in comments: I've added Path Variable and set "Program path" in File Watcher as compass.bat. Now I can add these settings to Git without a problem ;).