laravel-idea / plugin

Laravel Idea plugin for PhpStorm
https://laravel-idea.com/
165 stars 7 forks source link

[Bug]: wire:key 'statement expected' bug #1029

Closed DanielSpravtsev closed 1 month ago

DanielSpravtsev commented 1 month ago

Bug description

The plugin started to erroneously emphasize the contents of {{ $some_var }} inside wire:key. If you disable the plugin, the errors disappear.

telegram-cloud-photo-size-2-5249330852356282853-y

Plugin version

8.2.1.242

Operating system

MacOS

Steps to reproduce

No response

Relevant log output

No response

xswebfr commented 1 month ago

It looks like the issue is not limited to wire:key : issue

adelf commented 1 month ago

Could you check the 8.2.2 version? I've made some fixes.

xswebfr commented 1 month ago

Just upgraded to 8.2.2 and it works perfectly for me, thanks !

DanielSpravtsev commented 1 month ago

Could you check the 8.2.2 version? I've made some fixes.

Works as expected, thanks!