Hey everyone, I’ve update the PHP.sublime-completions file to include argument types in the auto complete.
Instead of: stripos(haystack, needle) you get: stripos(string haystack, string needle)
With the type+argument highlighted and supporting tab-through.
You can get it here: bitbucket.org/vostok4/sublimeph … ompletions