Exist some plugin for auto complete code in php language ?? The super edit is very good !! I m developer an company international and the super edit is my favorite editor.
You can try the generic auto completion feature using the hotkey Ctrl+Space. This will provide suggestions based on the words found in the syntax definition and the rest of the current document.
This works for all programming languages and even natural language text. There is no special support for PHP though.