idea-php-symfony2-plugin icon indicating copy to clipboard operation
idea-php-symfony2-plugin copied to clipboard

Autocompletion in Flex config/packages directory?

Open nickygerritsen opened this issue 5 years ago • 2 comments

It seems currently there is no code completion in the YAML files inside /config/packages for Symfony Flex projects, while there was completion in the config.yml before.

Is it possible to get completion in Flex config files? I tried looking at the code but couldn't easily figure out how it determines where to add the completion.

nickygerritsen avatar Jul 24 '19 09:07 nickygerritsen

@Haehnchen I saw you pushed a new version. It seems to partially work, but not entirely.

I do get the "Symfony icon" on root elements in my configs, but no autocompletion in subitems: image

I tried in in several files, i.e. twig.yaml, doctrine.yaml and framework.yaml.

I think in the past we did get completion for subitems, right?

nickygerritsen avatar Jul 24 '19 19:07 nickygerritsen

Hello,

Are there any updates? As i am running PhpStorm 2022.1.3 on Ubuntu with Symfony Support plugin 2022.1.230 and autocomplete still doesn't work. I've also tried:

Autocomplete (or something else) is not working! Help!

  • You usually need to trigger the autocomplete popup yourself, by pressing CTRL+SPACE (may be a different shortcut depending on your keymap).
  • Check your File -> Settings -> Languages & Framework -> PHP -> Symfony -> Enable Plugin for this Project

Thank you

DeH4eG avatar Jun 30 '22 23:06 DeH4eG