Sublime Forum

Framework PHP autocomplete

#1

Hi there,

I want to build a plugin wich mapping declarations in archive named index.php. Based on this mapping, the plugin suggest autocomplete tags for programmer. Below is an example for this task:

$registry->set(‘one_thing’,‘thing’);

and in the one proper folder, wich change based on constant (define (‘CONSTANT’, ‘PATH’)):

$this->(autocomplete functions).

The great problem is the magical methods in php. Because this autocomplete does’nt work in this files. Does exist a simple way to do this?

tks in advance,

Marcos de Lima Carlos

0 Likes