laravel-idea / plugin

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

[Bug]: Cannot Ctrl + Click on livewire component #990

Closed harry-fakir closed 4 months ago

harry-fakir commented 4 months ago

Bug description

hi there,

I have laravel idea plugin installed with the latest version

however I am unable to click through to the livewire declaration using Ctrl + Click on livewire component OR Shift + Ctrl + Click on livewire component

Plugin version

8.1.4.241

Operating system

MacOS

Steps to reproduce

No response

Relevant log output

No response

adelf commented 4 months ago

Could you please show the full name of this LiveWire component?

harry-fakir commented 4 months ago

hello,

its "FundFeesWizardPreview"

Its also worth noting I cant seem to ctrl + click on other livewire components such as: (Full name of livewire component: SearchUser)

(Full name of livewire component: ShallowAml)
adelf commented 4 months ago

The full class name includes the namespace.

Please check the settings. Sometimes there is a mess between App\Http\LiveWire and App\LiveWire. If your components are located in a different namespace - set it here.

image
harry-fakir commented 4 months ago

Thank you so much! the correct namespace for was App\Http\LiveWire and i updated the settings per your suggestion and it worked! Screenshot 2024-05-16 at 9 10 05 AM