Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Python
PHP
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
extractor | ||
|
|
plugin | ||
|
|
README | ||
README
Gedit plugin providing static PHP symbol completion. This plugin uses gtksourcecompletion (GtkSourceView >= 2.9) to provide automatic completion of static PHP symbols (functions, classes). To install, from the cloned repository: cp -r plugin/* $HOME/.gnome2/gedit/plugins/ If you want to generate your own symbol database, you can use the extractor script in 'extractor'.