thanosp/phpstorm-inheritdoc

InheritDoc when Implement Method

Closed this issue ยท 3 comments

Hi,

Is there any way do use {@inheritDoc} when Implementing a Method using alt + insert ?

Btw, nice plugin. Thanks. ๐Ÿ˜„

Hi @gabrielsch, thanks for the support!
I was looking for a similar change myself and couldn't find a way to configure that at least.
It is possible to add a new generate action (like the implement Methods) that does exactly the same but I'm not sure if one can extend an existing one or even override it for that matter.
I will keep an eye out for this though :)

Hi, PhpStorm 9 supports this by default - you can choose to copy phpdoc or paste @inheritDoc

Indeed you get the option as a checkbox below the list of methods.
Closing this