Intelligent code completion for PHP Projects in Sublime Text 2 and 3
Please see the Road Map.
Join the mailing list to get involved!
This plugin is in development and is not usable yet.
- Install this plugin in your
~/Library/Application Support/Sublime Text 2/Packages/
directory. - Create a Sublime project and add the data folder at PHP/test/data
- Open SimpleClassOne.php in that project
- Scan the file (ctrl-r, ctrl-r)
- You should see that a
.php_intel_data
file was created - Now, type
$a->func
and trigger autocomplete - You should see a list of the functions in SimpleClassOne
This plugin has only been tested on Mac OS X.