php complete plugin (phpCompletion.zip v0.0.4 by matteo galiazzo)
Submitted by Saturday, 20 December, 2003 - 15:45
on
This is a completion-code plugin for php. It parses the working file, the included/required files, if they are reacheable, builds an object oriented representation of the code, then popups a window with the prompts.
The prompted elements are:
- global, local variables (and the parameters if we are inside a function);
- methods and variables of a class and the classes it extends from if we type -> after an object instance;
- methods of a class if we type :: after a class name;
- php functions from the selecteds function groups and predefined variables;
- defines.
You can switch-off/on the prompted elements with the checkboxes in the option panel.
For the predefined functions you can choose which function groups activate/deactivate.
You can also choose the rendering style for each element.
Updated on 12/20/2003 - 15:45
Downloads: 1590