barryvdh / laravel-ide-helper

IDE Helper for Laravel
MIT License
14.17k stars 1.16k forks source link

Dos larave-ide-helper support method autocomplete? #1369

Open beshoo opened 2 years ago

beshoo commented 2 years ago

Versions:

Question:

Dos larave-ide-helper support method autocompleat?

image

as you can see, am in phpstome 2022, and it can not autocomplete validate! Please advice

BinaryKitten commented 2 years ago

Hi @beshoo - The reason you're not getting autocomplete here is that the Request class is not known to PHPStorm at the time of your code writing. This is shown bu the yellow background on the classname in the arguments list.

If you bring up the context menu for the Request - it should give you the chance to import it - at which time PHPStorm will be able to complete it.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this issue is still present on the latest version of this library on supported Laravel versions, please let us know by replying to this issue so we can investigate further. Thank you for your contribution! Apologies for any delayed response on our side.