jessevdk / gedit-php-completion

PHP completion for gedit

This URL has Read+Write access

name age message
file README Sat Nov 14 08:31:06 -0800 2009 Added README [jessevdk]
directory extractor/ Sun Oct 04 03:37:38 -0700 2009 Try to extract parameter information from the d... [jessevdk]
directory plugin/ Sat Nov 14 08:29:47 -0800 2009 Added default symbol database [jessevdk]
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'.