deptrac icon indicating copy to clipboard operation
deptrac copied to clipboard

DEPTRAC_INTERNAL\___PHPSTORM_HELPERS\object

Open vudaltsov opened this issue 1 year ago • 4 comments

I have "qossmic/deptrac": "^2.0.1" in my dev requirements. Every time I use the object type, PhpStorm imports DEPTRAC_INTERNAL\___PHPSTORM_HELPERS\object first. This is extremely annoying.

I understand that autocomplete is a PhpStorm issue. However I want to ask, why are you including PhpStorm stubs into the package instead of requiring jetbrains/phpstorm-stubs via composer (PhpStorm automatically removes this package from autocompletion)? And why do you prepend a custom namespace for object?

vudaltsov avatar Sep 19 '24 19:09 vudaltsov