PHPCodeIntel
PHPCodeIntel copied to clipboard
Intelligent code completion for PHP Projects in Sublime Text 2 and 3
If there's a standalone daemon, other people can integrate it with YouCompleteMe for really nice code completion in vim!
Choosing an autocomplete right after `MyClass::` causes the double colon to be erased.
Add ability for one project to use the database of another by specifying a source project in preferences. Need to deal with files in the target project that don't exist...
Add a user preferences file where global user preferences can easily be changes (like php_path).
Older code just has `function foo() {}` method declarations. These can be called as static methods. Add an option to treat these methods scoped both as instance and static.