laravel-idea / plugin

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

[Feature Request]: Support Filament 3 #805

Closed sbc640964 closed 11 months ago

sbc640964 commented 1 year ago

Feature Description

Filament 3 has been launched but the plugin doesn't support it yet There are many changes Changed namespaces, panels, widgets, etc... It will be very helpful for the thousands of users that you will support all their settings...

By the way, waiting for updates on the creation of the new model...

adelf commented 1 year ago

I'm already working on it(namespace, some attributes). However, I can forget some needed features, so if you want to add that specifically should be changed/added I will be very thankful.

StringKe commented 1 year ago

click static $view can't auto open editor in filament pages

abishekrsrikaanth commented 11 months ago

I am assuming the generators will use stubs based on what version of Filament is being used on the project right? because the class reference paths are different in Filament v3

EGYWEB-Mohamed commented 11 months ago

any update !

adelf commented 11 months ago

Plugin generators are updated to respect Filament v3 and <v3 versions (in the Laravel Idea 7.4.2). If you want to add new Filement-based(or other) code generators - please create a new issue with at least minimal description of what should be there. It will dramatically reduce the time I will spend on implementation and increase the chance of being implemented.