Howdie
I previously used e text editor but that kept crashing since I installed Vista 64bit. I’ve tried aptana, but I don’t really like it and I can’t figure it out properly. I wanted to give Eclipse PDT a whirl but saw they only support 32 bit so that went down the drain. But then I remembered someone talking about komodo edit. I downloaded it and I must say I quite like it.
There’s one thing that surprised me: when typing $this-> in a controller, I suddenly got code hints, a list of functions that were possible with $this-> like, “load”, CI_Base, CI_Controller, get_instance and the functions of my own controller. Pretty neat I thought, but what he didn’t hint, were my loaded libraries.
So now I ask? Is komodo able to code hint loaded libraries too? Or any other IDE for that matter? Or is that too complex and can it only handle hinting functions from it’s own class or parent?