idea-php-drupal-symfony2-bridge
                                
                                 idea-php-drupal-symfony2-bridge copied to clipboard
                                
                                    idea-php-drupal-symfony2-bridge copied to clipboard
                            
                            
                            
                        Drupal 8 Code Complete does not Work as Documented
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 referents. This icon is never seen for any file in any circumstance, and it looks as though for D8 code completion is generally not available (such as any .php files).

For Mac should be something like:
- PhpStorm > Preferences > Languages & Frameworks > PHP > Symfony
- Check "Enable Plugin for this project (change need restart)"
- Click "Clear index" button.
- Restart PhpStorm
Enjoy!
Can echo this sentiment where on Mac I get no YAML autocompletions even though the plugin is listed as enabled for the project.
same behaviour here..
Ditto.
@claudiu-cristea we have the same issue, we install the plugin on PHPStorm 2018.2, then we "File > Invalidated caches / restart". PHPStorm starts again and reindex the whole project. While indexing, the autocomplete works fine! But when indexing is finished the autocomplete dosen't works, if we press then CTRL + blank we receive the message key no suggestions. Can you help?