Welcome Guest, Not a member yet? Register   Sign In
eclipse autocomplete
#1

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

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

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

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

[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 ...
#6

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




Theme © iAndrew 2016 - Forum software by © MyBB