-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding PHPDoc for Facade so ide-helper works #460
Comments
The controversy of which is "cleaner", facades or static methods :) That's part of the reason why for IDEs and for shorter code (both the library and its usage), I opted for the easier toast() and did not document the facade way of doing it as you did. I'll add them if I get more requests for this. |
Yes ^^ I hope others are interested ^^ |
Hmm. Have you tried laravel helper plugin or the free laravel ide helper? They add these annotations automatically. |
Yes I have tried laravel-ide-helper, but needs to put Facade manually on |
Description
I would like to add PHPDoc for Facade so that the ide helper works properly.
Screenshots
This is what I would like to do:
This is the ide helper without my code:
And this is the ide helper with the phpdoc added:
Additional context
In the end it doesn't change any logic, but it's improves the operation of the ide (at least phpstorm/idea) but I think also with vscode.
The text was updated successfully, but these errors were encountered: