I am a NetBeans user because he was the best hit without money. The code completion was always good, even with something huge and extensive, like Symfony 2. However, I got a new Mac that wanted to download Netbeans, install it, etc.
The completion was always so good that I could do it, for example:
<?php
public function anyAction()
{
$em = $this->getDoctrine()->getEntityManager();
$em->
?>
But they no longer come. The prompt level is not deep enough. For example, when using the keyword “new”, it will give clues about namespaces and classes that I probably would use, but that it’s nothing deeper than that.
I tried a lot with the settings and nothing really worked. Also: installing the Symfony plugin does not seem to work for this.
What should I do?
, Symfony , API .