Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
572 stars 108 forks source link

[feature request] support for laravel getter/setter #239

Open renekoch opened 5 years ago

renekoch commented 5 years ago

I would be nice if the plugin could make IntelliJ handle

get__NAME__Attribute() / set__NAME__Attribute()

the same way it handles

get__NAME__() / set__NAME__()

Especially when it comes to unused declaration.