1
I wonder if there is a plugin that makes the autocomplete similar to netbeans, which completes the functions of a standard class. Ex: $agi->funcao;
In netbeans, when we include the class in the file, it already starts to autocomplete with the file functions as well.
With Atom-autocomplete-php I got a brief glimpse of this function. The editor suggests the function however only if the class is open and also does not show the function parameters, example: $agi->funcao($parametro);