-
Notifications
You must be signed in to change notification settings - Fork 29
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
Phpstorm syntax highlighting for blade directive #16
Comments
Can you add them in phpstorm settings? Not really sure |
I added them in phpstorm blade directive but they aren't pick up by IDE's syntax highlighter. |
Appears to be a problem with snake_case directive names. Renaming directives to camelCase would solve this issue. It would also fit better with laravels naming conventions (e.g., |
Can you Pr? |
I guess we could support both in the current dev, remove the snake case in the next version bump. |
Maybe |
Is there anyway we can have syntax highlighting for blade directive e.g @form_label, @form_widget?
Or do we have helper methods to generate form label, widget and etc?
The text was updated successfully, but these errors were encountered: