Run a task whenever any project is opened Permanently deleted user 创建于 2017年02月03日 16:14 I have the same Gulp setup for all of my PHPStorm projects, is it possible to have a "global" task run whenever I open a project that will trigger my gulp task if a gulp file exists?
Hi there,
Yes -- you have to create Run configuration for such Gulp task that can then be used as Startup Task
https://www.jetbrains.com/help/phpstorm/2016.3/startup-tasks.html
Is there a way to set it so all projects have the startup task by default?
Run configurations are per-project entities... so No (AFAIK).