plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Bug]: Syntax checking not working in Volt Component

Open RispyCZ opened this issue 1 year ago • 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

RispyCZ avatar Jul 07 '24 16:07 RispyCZ

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

SimonMeia avatar Jul 12 '24 11:07 SimonMeia

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.

adelf avatar Jul 12 '24 12:07 adelf

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

RispyCZ avatar Jul 18 '24 19:07 RispyCZ