You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using @phpstan tags cause everything after said tag to highlight incorrectly, presumably due to collision with the @php blade directive. Tried adding an @endphp in a comment after my phpstan comment, but that didn't help at all.
Voltage version
1.3.0
VSCode version
1.96.4
Laravel version
11.29.0
Livewire version
3.5.12
What happened?
Using
@phpstan
tags cause everything after said tag to highlight incorrectly, presumably due to collision with the@php
blade directive. Tried adding an@endphp
in a comment after my phpstan comment, but that didn't help at all.Here's some example code:
Screenshot of how it looks in editor with
@phpstan
tag removedScreenshot with
@phpstan
tag added.The text was updated successfully, but these errors were encountered: