filliph In order to activate your stack's CLI in phpStorm, do the following: Open phpStorm's Settings Type "terminal" in the search, or navigate to Tools -> Terminal In the "Environment variables" field, click the [=] icon In the tool window that pops up, click the + icon In the "Name" field, enter INDIGO_INIT_COMMAND and in the "Value" field, enter indigo.set.my-stack.default (Remember to replace my-stack with the actual stack name!)
Indigo Awesome, thanks @filliph โย I'll put this in the documentation! Can I just confirm something? It sounds like this is a global config in phpStorm โ is there any way to have it per-project?
filliph Indigo nope, that particular config page is per project ๐ phpStorm doesnโt have a dedicated area for per project config, some things are global, some are per project, and some let you choose ๐