Sunday, 15 September 2013

PhpStorm: Importing overridden properties and associated PHPDoc blocks

PhpStorm: Importing overridden properties and associated PHPDoc blocks

In PhpStorm (6.0.3 here), you can "Implement methods" from an interface,
and PhpStorm will copy the PHPDoc block and the signature into your file.
However, is there a way to do that with properties (and/or methods) from
classes you're simply extending? It would be fantastic to have all of that
information imported in. The terms are a bit ambiguous to do a proper
search; just curious if anyone has done this.
Thanks!

No comments:

Post a Comment