- What would be involved in parsing a project for functions and
adding them to the phpcc completion? Just curious, don't want you to waste time responding to me :p
I did something like that a while ago.
You can take a look here:
I'm parsing all files included from the current one via ctags and extract functions. There is a readme in there, too.
Soryu.