magento / magento2-phpstorm-plugin

PHPStorm Plugin for Magento 2
Open Software License 3.0
435 stars 102 forks source link

Possibility to add second code source directory for modules local composer development #1263

Open spalewski opened 1 year ago

spalewski commented 1 year ago

Is your feature request related to a problem? Please describe.

When I develop modules that will be distributed by composer, I use custom "extensions" directory than app/code. Like described here: https://www.yireo.com/blog/2019-05-10-local-composer-development-with-magento2 .

Describe the solution you'd like (*)

It would be nice, to have option to select custom module as a second code source for plugin, so all plugin features will be also available there.

Additional context

https://www.yireo.com/blog/2019-05-10-local-composer-development-with-magento2

m2-assistant[bot] commented 1 year ago

Hi @spalewski. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information.

Add a comment to assign the issue: @magento I am working on this


VitaliyBoyko commented 1 year ago

Hi @spalewski

Have you tried to specify the Magento installation as included path?

Screenshot 2022-12-17 at 15 17 32 Screenshot 2022-12-17 at 15 14 59
spalewski commented 1 year ago

Hi @VitaliyBoyko, yes i tried that but I does not fix this feature. My expected behavior is to have something like second app/code folder and have all plugin features there. Like create new module, plugin etc.. Right now: image