CodeIgniter Forums
eclipse autocomplete - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: eclipse autocomplete (/showthread.php?tid=19030)



eclipse autocomplete - El Forum - 05-25-2009

[eluser]Tamer Solieman[/eluser]
hi all i want the shortest and easiest way to make code auto completed in eclipse
thanks


eclipse autocomplete - El Forum - 05-26-2009

[eluser]Dam1an[/eluser]
have you heard of this magical thing called search?
this post of mine would have come up Smile


eclipse autocomplete - El Forum - 05-26-2009

[eluser]Tamer Solieman[/eluser]
Thanks Dam1an i tried your way in this post but it didn't work for me


eclipse autocomplete - El Forum - 05-26-2009

[eluser]Dam1an[/eluser]
What exactly doesn't work? I'm trying to think back if auto complete is even enabled by default


eclipse autocomplete - El Forum - 05-27-2009

[eluser]GSV Sleeper Service[/eluser]
one way is to add this to the top of system/libraries/Controller.php (or extend Controller)
Code:
/**
* @var CI_Loader
*/
public $load;
/**
* @var CI_Session
*/
public $session;
... etc ...



eclipse autocomplete - El Forum - 05-27-2009

[eluser]Dam1an[/eluser]
Wierd... when I tried that first, it didn't seem to like it :-S