laravel-idea / plugin

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

[Bug]: Syntax checking not working in Volt Component #1019

Open RispyCZ opened 1 month ago

RispyCZ commented 1 month ago

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

SimonMeia commented 1 month ago

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

adelf commented 1 month ago

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.

RispyCZ commented 1 month ago

@SimonMeia I created issue on directly on JetBrains :) https://youtrack.jetbrains.com/issue/WI-78317/Add-support-for-Laravel-Volt-Components