Drush - IDE Helper

Build Status codecov

The drush ide-helper:phpstorm-meta command generates PhpStorm Advanced Metadata files from a running Drupal site.

Install

  1. Run composer config 'repositories.drupal-8' 'composer' 'https://packages.drupal.org/8'
  2. Run composer require --dev drupal/ide_helper

Usage

vendor/bin/drush --include="$PWD/drush/contrib/ide_helper" ide-helper:phpstorm-meta

Screenshots

Autocomplete for service names

Service name autocompletion


Autocomplete for entity type identifiers

Entity type id autocompletion


Autocomplete for the methods of a service instance

Methods autocompletion