idea-php-symfony2-plugin
idea-php-symfony2-plugin copied to clipboard
Autocompletion in Flex config/packages directory?
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.
@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:
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?
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