Run a task whenever any project is opened

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?

0

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

0
Avatar
Permanently deleted user

Is there a way to set it so all projects have the startup task by default?

0

Run configurations are per-project entities... so No (AFAIK).

 

1

请先登录再写评论。