phpstorm-inheritdoc icon indicating copy to clipboard operation
phpstorm-inheritdoc copied to clipboard

Intellij IDEA/PhpStorm plugin for PHP inheritdoc's

Results 5 phpstorm-inheritdoc issues
Sort by recently updated
recently updated
newest added

After installing PHPStorm 2019.3 recently, everything seems fine: all already inherited docs (via {@inheritDoc}) are still visible, but if anything is changed which leads to a reload of the inherticed...

It does work well for methods but it won't work on class property Superclass contains this ```php /** * Show sidebar on page * * @var bool */ protected $show_sidebar...

This would be really convenient, as atm I keep generating the default then deleting it and manually writing {@inheritdoc}. This should happen when interface method implemented or method overridden with...

I wanted to use this plugin to get documentation for a function that has `{@inheritdoc}`. The parent class also has `{@inheritdoc}` as the only documentation for that function. The parent...

Right now the plugin is using folding to show the inherited text. However folding does not allow for multiple lines which means the whole text has to be collapsed into...