Autocomplete Atom class functions included

1

I wonder if there is a plugin that does the autocomplete similar to netbeans, which completes the functions of a stuck class. Ex: $agi->funcao;

In netbeans, when we include the class in the file, it already starts to autocomplete with the functions of the file as well.

With atom-autocomplete-php I got a brief glimpse of this function. The editor suggests the function only if the class is open and also does not show the parameters of the function, eg: $agi->funcao($parametro);

    
asked by anonymous 17.03.2016 / 15:07

0 answers