Posts: 7
Threads: 3
Joined: Feb 2015
Reputation:
0
so, this version only does code completion for methods within the same class as far as i can tell..
it would be really nice to have global code completion where you can see the methods of external classes
$this->someloadedclass->someextendedmethod->etc...
will this be implemented?
Posts: 7
Threads: 3
Joined: Feb 2015
Reputation:
0
guess not.. too bad.
does anyone know of an IDE that is able to have code completion with access to CI's loaded classes and it's methods and vars just like you would have with developing java for instance?
it would really make coding with CI a lot more comfertable.