You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When contributing to an open source module or developing my own composer module I do the following.
i cancel the exclusion from vendor/name/module/
add the the src path and add vcs
set the namespace in the directory settings in phpstorm
This way it's really easy to switch branches and test the composer configuration.
One thing that is missing is that this module is not shown in target module when I for example want to create a plugin.
Describe the solution you'd like (*)
It would be nice if all directories with a namespace added in the directory settings would be scanned also and provided as a target module in the settings.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When contributing to an open source module or developing my own composer module I do the following.
This way it's really easy to switch branches and test the composer configuration.
One thing that is missing is that this module is not shown in target module when I for example want to create a plugin.
Describe the solution you'd like (*)
It would be nice if all directories with a namespace added in the directory settings would be scanned also and provided as a target module in the settings.
The text was updated successfully, but these errors were encountered: