SublimePHPIntel
SublimePHPIntel copied to clipboard
Auto-complete for PHP functions and objects
I'd like to know if there is any way to resolve classes which were instantiated inside a __construct. It is very commom in frameworks that use Dependency Injection. Example: ```...
Typing in Sublime after installing this plugin became much slower. I type something and, after finish, I can see the letters being printed one by one on the screen. My...
How can I setup the index folder to be outside the working directory?
Some folders in some PHP projects are used for caching (like app/cache on Symfony). Is there a way to ignore these folders for indexing?
On my Mac OS X Yosemite "Cmd+f5" is opening Mac's VoiceOver. How do I change the key binding (Sublime Text 3)?
Hi Thanks for the plugin! I'm experiencing a problem, when I start typing a method name, e.g. `$this->ge`, then the dropdown appears suggesting `getActiveFilters`. I cannot accept the suggestion via...