laravel-idea / plugin

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

[Bug]: Livewire namespace #620

Open hamzaelmaghari opened 2 years ago

hamzaelmaghari commented 2 years ago

Bug description

Hi, Livewire components namespace doesn't work properly.

The field contains elements:

Screenshot 2022-08-23 at 23 58 44

The config contains elements

Screenshot 2022-08-24 at 00 01 16

The namespace Folders

Screenshot 2022-08-23 at 23 59 02

Plugin version

5.7.3.221

Operating system

MacOS

Steps to reproduce

No response

Relevant log output

No response

adelf commented 2 years ago

Hello.

You have class_namespace - "App\Http\Elements", but I don't see this namespace in your project. There is 'app/Http/Livewire'.

hamzaelmaghari commented 2 years ago

Yes, that's the problem when creating components with ( Laravel Idea ). It seems like the plugin ignores Components tag namespace field