Page 1 of 1
[Implemented] Intellisense
Posted: Wed Nov 05, 2003 6:38 pm
by Shannara
Ok, Im requesting this bugger. All (or at least most) IDEs have this bugger. It's quite helpful, and definately speeds up coding.
Any comments?
Posted: Wed Nov 05, 2003 7:29 pm
by Codemonger
Have you tried some of the other IDE's , they look handy and I think might offer this feature. Personally I still use the default editor but maybe one of the others have this feature

Haven't checked it out yet.
Posted: Wed Nov 05, 2003 7:36 pm
by Shannara
Tried PureVision, Vision Designer (sp?), havent tried the 3rd only one I know of, the pebb or something..
Posted: Wed Nov 05, 2003 7:41 pm
by Codemonger
Look into jaPBe, I downloaded it once, and was very impressed.
Re: Intellisense
Posted: Wed Nov 05, 2003 8:45 pm
by GPI
Shannara wrote:Ok, Im requesting this bugger. All (or at least most) IDEs have this bugger. It's quite helpful, and definately speeds up coding.
And i don't understand, what you mean.
Posted: Wed Nov 05, 2003 9:19 pm
by Shannara
Its a feature, in which while you type out a command, or something from the pb syntax.. say, while you type procedure, it'll display a dropdown list that is slowly filtered through to show the closest mach as you type. You can either continue typing, or pick from the list.
Also, when you hit period (.) (<-- sick isn't?), it'll show you the list of members available to use

I seem to find that alot more helpful then a dubugger for common and not-so-common errors. While the debugger definately helps for those hard-to-find bugs.
Posted: Wed Nov 05, 2003 9:26 pm
by GPI
Shannara wrote:Its a feature, in which while you type out a command, or something from the pb syntax.. say, while you type procedure, it'll display a dropdown list that is slowly filtered through to show the closest mach as you type. You can either continue typing, or pick from the list.
Sound like the autocompletation of Scintella (and so too in japbe).