/phpstorm-inheritdoc

Intellij IDEA/PhpStorm plugin for PHP inheritdoc's

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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