laravel-idea / plugin

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

[Bug]: Livewire v2 works ,but Idea does not recognize <livewire: > and wire:XXX tags #886

Open SpyridonLaz opened 6 months ago

SpyridonLaz commented 6 months ago

Bug description

phpstorm : 2023.3.1 livewire: v2

(livewire disabled?) image

the view must be detected by laravel Idea but its not image

sometimes this shows an error "namespace wire is not bound" image

Plugin version

8.0.1.233

Operating system

Windows

Steps to reproduce

No response

Relevant log output

No response

adelf commented 6 months ago

(livewire disabled?)

Yes. For some reason, the plugin doesn't see Livewire package installed.

However, the 'livewire.' view should work if there is a `resources/views/livewire/.blade.php` file exist.

lettuceDestroyer commented 4 months ago

Is there any update? Because I seem to be facing the same issue. :/

adampatterson commented 1 month ago

Unsure if this is the exact Issue that I'm having but after updating a project to Laravel 11 / Livewire 3 I can no longer click through to the component or view on a Livewire Tag.

@livewire('lessons.lesson-modal')

or

<livewire:swimmer.available-lesson-finder/>

The Tag components will highlight as if it would clock through, but the blade directives don't do anything at all.

adampatterson commented 2 weeks ago

This feels like a fairly core and critical issue. I'd love an update on this.