Vim: Context sensitive code completion for PHP
- by eddy147
Vim gives me too much options when I use code completion.
In a class, and type $class- it gives me about a zillion options, so not only from the class itself but also from php, all globals ever created, in short: a mess.
I only want to have the options from the class itself (or the parent subtype class it extends from), so context or scope…