GitXplorerGitXplorer
d

PHPCodeIntel

public
28 stars
5 forks
5 issues

Commits

List of commits on branch master.
Unverified
ba9732ae276bb8763a32c21467c6ff4e74b96cea

Added completion support for class names and constructors.

ddeweller committed 11 years ago
Unverified
8fddd05637054eea6cc73b8a3f47e2d145400cfc

code cleanup and README updates

ddeweller committed 11 years ago
Unverified
8a521c2d8ee97ee089619e4091d50bd5d0124831

Updated to latest version of vendor libraries

ddeweller committed 11 years ago
Unverified
b6ee6d805b0a5f9a1417a9668e4495a8699a2ec9

logging for debugging

ddeweller committed 11 years ago
Unverified
508eccfbd29457c97497808f16cd8ec9e2cc1c91

added filtering of .php files, abstract class tests (fixes #12), and exclude patterns

ddeweller committed 12 years ago
Unverified
16e359e3df1271ed79a0c40d82bea9681e4947d1

added module python files to repository

ddeweller committed 12 years ago

README

The README file for this repository.

PHPCodeIntel

Intelligent method signature completion for PHP Projects in Sublime Text 3

Please see the Road Map.

Join the mailing list 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 from

Requirements

  • PHP 5.3+
  • Mac OS X. Other platforms may work, but this plugin has only been tested on Mac OS X.
  • PDO_SQLITE enabled