I was wondering if anyone out there could tell me a little something about Quanta's code completeion. Specifially, if i create a custom class, then create an instance of that class in another script, when I hit CTRL+SPACE shouldn't that new classes functions be listed??
Ex.
class A {
function showStuff() {
// code to do something
}
}
Then in another class or script file:
$myClass = new A();
$var = $myClass-> [HIT CTRL+SPACE HERE FOR CODE COMPLETEION]
Does Quanta have the capability to read that class file and popup a list of its functions??
If so, it isn't working for me and I haven't been able to find much on any forums to date. If this is something it cannot do, let me know that as well. I really like using Quanta, but this little feature would help a TON.
Thanks for any information...