Haehnchen / idea-php-annotation-plugin

Add PHP annotation support for PhpStorm and IntelliJ
https://plugins.jetbrains.com/plugin/7320
MIT License
250 stars 41 forks source link

PHP 8 Attribute Bridge #215

Closed Haehnchen closed 2 years ago

Haehnchen commented 4 years ago

As in PHP 8 all attributes are just the same class there should be bridge to support annotation and attributes via the same implementation. So no other plugins then need to support both.

Plugin since version must be changed PhpStorm 2020.3 then

vinise commented 3 years ago

Hi @Haehnchen ,

Any news on this? I may do a PR if you want, if you tell me the way you think to do it :) (directly on idea-php-symfony2-plugin or add classes to this project? as it's not any-more "annotations" i'm not sure this is the best way to do it )

Thanks

Haehnchen commented 2 years ago

already done