Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual FoxPro News Flash
Message
From
01/05/2002 07:44:07
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00647154
Message ID:
00651251
Views:
56
>Maybe I'm missing something in my understanding of this, but it seems to me that Intellisense is something like auto-completion on steroids. I.e. a feature that one uses during the process of writing programs, as opposed to a runtime debugging tool. Likewise, the impression I get about Object Browsers is that they operate against class libraries DLLs, etc. If these tools are somehow able to perform the role of a runtime debugger, it sure isn't clear from what I read about them. I'm not familiar with the VB Object Browser, but my vague impression is that what people call "Object Browsers" is something akin to VFP's Class Browser. This is nice, but it's not what I'm talking about.


Yes, this is all design-time stuff, but what it does is let you get the code right in the first place and cut down on your debugging needs. In addition, IntelliSense works with live objects. When I'm working on Automation code, I often create the server in the Command Window and experiment with it to figure out what code I need to write. Once I issue something like:

oWord = CreateObject("Word.Application")

IntelliSense jumps in when I type:

oWord.

So, instead of having to open the Help and start guessing what I need, I can just work with the live list of members. I find it's made me far more productive.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform