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

Intellij IDEA/PhpStorm plugin for PHP inheritdoc's

PHP @inheritDoc plugin for phpstorm

  • Folds {@inheritDoc} tags and shows the inherited text instead.
  • Can suggest to add inheritDoc if a docblock is missing but a parent doc is found
  • Can suggest to replace the docblock with inheritDoc if a docblock found not using inheritdoc
  • Provides inheritDoc code inspection