You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like this extension, but I think this small addition would be helpful.
It should detect class' magic methods like __construct, __destruct and so on and add them to the message like this :
{ClassName} (constructor/destructor)
This is how PHPStorm does it and I think it should be implemented in docblocker as well.
The extra mile would be to be customizable in settings :)
Thanks for this great extension, it really helps to migrate from PHPStorm.
The text was updated successfully, but these errors were encountered:
I really like this extension, but I think this small addition would be helpful.
It should detect class' magic methods like __construct, __destruct and so on and add them to the message like this :
{ClassName} (constructor/destructor)
This is how PHPStorm does it and I think it should be implemented in docblocker as well.
The extra mile would be to be customizable in settings :)
Thanks for this great extension, it really helps to migrate from PHPStorm.
The text was updated successfully, but these errors were encountered: