PhpStorm 2017.1.2 / Symfony 3.2.7 autocomplete issuse
Recently I upgraded to PhpStorm 2017. After the upgrade the IDE will no long autocomplete when using $this->get() to retrieve connections from config_dev.yml. The IDE also sees the connection as invalid when I type it in manually and shows the associated methods as not found in class. I have verified that the code works as expected which is why I have deduced that this is a problem with the IDE itself.
Please advise.
Please sign in to leave a comment.
Hello,
Could you provide a code sample where this issue could be reproduced, please?
Do you have a "get" method in this file (is it src/Bsys/AppBundle/Document/User.php?)?