Sublime Forum

Updated PHP.sublime-completions File

#1

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

0 Likes

#2

How can i use this file? What directory should i put it on to have autocomplete for php functions?

0 Likes

#3

thank you, it works fine for me in ST 2

0 Likes