idea-php-drupal-symfony2-bridge icon indicating copy to clipboard operation
idea-php-drupal-symfony2-bridge copied to clipboard

PhpStorm plugin to support Symfony components inside Drupal 8

Results 24 idea-php-drupal-symfony2-bridge issues
Sort by recently updated
recently updated
newest added

In one of the projects I work on I regularly get a crash quite soon after starting to work in the project: ``` java.lang.AssertionError: Wrong line separators: '...hor:name],\r\nYour [no...' at...

If used like this: ```php \Drupal::getContainer()->get('entity_type.manager')->... ``` method completion *is* working. However, when called like this: ```php \Drupal::service('entity_type.manager')->... ``` method completion *is not* working. In both cases autocomplete of the...

todo

There is a lot of parameters that may be present in module.info.yml file. It will be useful to have completion for them. https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-about-your-module-with-an-infoyml-file

``` entity.aggregator_feed.canonical: route_name: entity.aggregator_feed.canonical base_route: entity.aggregator_feed.canonical title: View ```

Hi The code completion in info.yml file doesn't work. I have tested it with the latest 18.3 and 17.1 phpstorm versions. The plugins(Symfony, Symfony Drupal bridge and PHP Annotations) are...

The following exception is sometimes thrown on indexing the Drupal 8 project with the enabled plugin: ``` Error while indexing /opt/teamcity-agent/work/71b862de01f59e23/integration-test-run/build/projects/drupal8-master-with-plugin/web/core/modules/migrate_drupal/tests/fixtures/drupal6.php To reindex this file IDEA has to be restarted...

ConfigEntityTypeAnnotationIndex doesn't check whether the symfony2 plugin is enabled and always works.

The plugin does not show in phpstorm 2018.1 anymore I recently updated my phpstorm, now this plugin does not show or work anymore. I am quite used to using this...

The documentation at: https://github.com/Haehnchen/idea-php-drupal-symfony2-bridge shows a screen capture of code completion in progress, specifically for a core Drupal 8 file for "Field". It shows a blue Drupal icon for Drupal-specific...

Provide a better controller class detection -------- 1. We have the following controller: ```php