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?
[Implemented] Intellisense
-
- Enthusiast
- Posts: 384
- Joined: Sat May 24, 2003 8:02 pm
- Location: Canada
- Contact:
-
- Enthusiast
- Posts: 384
- Joined: Sat May 24, 2003 8:02 pm
- Location: Canada
- Contact:
Re: Intellisense
And i don't understand, what you mean.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.
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.
Also, when you hit period (.) (<-- sick isn't?), it'll show you the list of members available to use

Sound like the autocompletation of Scintella (and so too in japbe).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.