As a developer, while developing extensions, I often need to scan Classes/, Configuration/ and Tests/ (and maybe Resources), but not the complete directory, as I need to not scan vendor/ (or .Build/vendor/in my case) as those contains 3rd-party classes I have no influence over. I would like to scan multiple directory at once in order to save time, e.g., like this:
As a developer, while developing extensions, I often need to scan
Classes/
,Configuration/
andTests/
(and maybeResources
), but not the complete directory, as I need to not scanvendor/
(or.Build/vendor/
in my case) as those contains 3rd-party classes I have no influence over. I would like to scan multiple directory at once in order to save time, e.g., like this:Currently, this command results in the following error message: