laravel-idea/plugin

[Bug]: Syntax checking not working in Volt Component

Opened this issue · 3 comments

Bug description

Hello,
When I create Livewire Volt Component ends .blade.php syntax checking now working as in normal .php files. For example when I miss ; IDE doesn't care but in PHP file it shows error.

Plugin version

8.1.4.241

Operating system

MacOS

Steps to reproduce

Create Livewire Volt Component ending .blade.php
Write code
No syntax checking on that code
Screen Shot 2024-07-07 at 18 15 00 PM
image

Relevant log output

No response

Same here, it doen't show an error if there are missing closing parenthesis
image

Laravel Idea suppress some inspections in the Blade files, but it's only about :component-parameter-attributes="here". And, I checked, PhpStorm do it without Laravel Idea, so it's a Blade plugin issue.