[Implemented] Intellisense

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

[Implemented] Intellisense

Post 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?
Codemonger
Enthusiast
Enthusiast
Posts: 384
Joined: Sat May 24, 2003 8:02 pm
Location: Canada
Contact:

Post 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.
<br>"I deliver Justice, not Mercy"

    - Codemonger, 2004 A.D.
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Tried PureVision, Vision Designer (sp?), havent tried the 3rd only one I know of, the pebb or something..
Codemonger
Enthusiast
Enthusiast
Posts: 384
Joined: Sat May 24, 2003 8:02 pm
Location: Canada
Contact:

Post by Codemonger »

Look into jaPBe, I downloaded it once, and was very impressed.
<br>"I deliver Justice, not Mercy"

    - Codemonger, 2004 A.D.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Re: Intellisense

Post 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.
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post 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.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post 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).
Post Reply