Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
572 stars 108 forks source link

Handle "multiple class definitions" by preferring definitions from _ide_helper.php #245

Open neuro159 opened 4 years ago

neuro159 commented 4 years ago

It seems that I had created relevant API in PhpStorm a year ago. Here is a sample usage...

Haehnchen commented 4 years ago

@neuro159 i wrote you a long mail with the "requirements" ;)

i dont see that this helps to remove the ide_helper, but maybe it brings the possibilities to other nice stuff, will check this API later on ther plugins. will come back to this.

nicolus commented 4 years ago

@Haehnchen : Can we expect improvements on that front ? The "Multiple class definition" thingy when generating the IDE helpers in a separate file is one of my main annoyances when using PHPStorm with Laravel.

mixisLv commented 2 years ago

👍