Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deweller/PHPCodeIntel
Intelligent code completion for PHP Projects in Sublime Text 2 and 3
https://github.com/deweller/PHPCodeIntel
Last synced: 10 days ago
JSON representation
Intelligent code completion for PHP Projects in Sublime Text 2 and 3
- Host: GitHub
- URL: https://github.com/deweller/PHPCodeIntel
- Owner: deweller
- License: mit
- Created: 2013-04-22T23:21:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-09T12:03:26.000Z (about 11 years ago)
- Last Synced: 2024-10-16T10:26:11.063Z (23 days ago)
- Language: PHP
- Size: 656 KB
- Stars: 28
- Watchers: 13
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
- favorite-link - Sublime Text 2 和 3 中 PHP 项目的智能代码完成。
README
PHPCodeIntel
============Intelligent method signature completion for PHP Projects in Sublime Text 3
Please see the [Road Map](https://github.com/deweller/PHPCodeIntel/wiki/Road-Map).
Join the [mailing list](mailto:[email protected]) to get involved!
Project Status
============This plugin is in development. Test it out and see how it works for you!
Testing
============- Install this plugin in your `~/Library/Application Support/Sublime Text 3/Packages/` directory
- Create a Sublime project and add the data folder at PHP/test/data
- Give the project a name and save it
- Open SimpleClassOne.php in that project
- Now, type `$a->func` and show the completions (super+alt+enter)
- You should see a list of the functions in SimpleClassOne to choose fromRequirements
============- PHP 5.3+
- Mac OS X. Other platforms may work, but this plugin has only been tested on Mac OS X.
- PDO_SQLITE enabled