Hi everyone,
I'm currently using Eclipse PDT and CodeIgniter, is it possible to get code-completion for the sessions library like so:
$CI = &get_instance();
$CI->session->se (No auto-completion here.)
Also, is there some sort of plug-in (or just a method) that would allow eclipse to do this for all my CodeIgniter libraries.
Note: I already have support in most contexts courtesy of this tutorial, however I am looking specifically for when I am using a variable to reference CodeIgniter instead of
$this->
Thanks,
Lemiant