PHPCodeIntel icon indicating copy to clipboard operation
PHPCodeIntel copied to clipboard

Intelligent code completion for PHP Projects in Sublime Text 2 and 3

Results 5 PHPCodeIntel issues
Sort by recently updated
recently updated
newest added

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.

bug

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...

feature

Add a user preferences file where global user preferences can easily be changes (like php_path).

feature

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.

feature