jessevdk / gedit-php-completion
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | Sat Nov 14 08:31:06 -0800 2009 | |
| |
extractor/ | Sun Oct 04 03:37:38 -0700 2009 | |
| |
plugin/ | Sat Nov 14 08:29:47 -0800 2009 |
README
Gedit plugin providing static PHP symbol completion. This plugin uses gtksourcecompletion (GtkSourceView >= 2.8) 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'.
