Skip to content

Having issues getting php storm to know about the methods #147

Discussion options

You must be logged in to vote

Your IDE doesn’t recognize all Blueprint methods because they're added with macros, which aren't visible to static analysis. Laravel IDEA and Barryvdh IDE Helper can’t detect them automatically. You did the right thing by writing a stub. Just include all custom methods in the stub, link it to Blueprint, and regenerate the helper files. This will fix autocomplete issues...

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@studnitz
Comment options

Answer selected by LorenzoWynberg
Comment options

You must be logged in to vote
1 reply
@LorenzoWynberg
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants