Complete as you type

This is a productivity booster and lets you code faster and better.

It shows in several ways in the IDE.

Autocompletion for memory vars

Just by typing m and dot you get a list of all the memory vars declared.

And just typing another letter moves you to the right var, it is really smart:

Autocompletion for VFP Functions

The above functionality makes a faster coder. But it has been extended to also include all your VFP Functions so now you also have:

And it not only shows the VFP Functions it also let you know about the functions parameters and even about the help docs for the function. And that is just the beginning we are enhancing that even more.

AutoComplete for VFP Commands

While that features are indeed extremely powerful for coding, it is also available for VFP Commands. Now with just typing a letter you get a list of VFP Commands. That functionality comes from FoxCode.dbf, the table used for VFP Intellisense that you can extend with your own features as explained in the Visual FoxPro docs.

See it in action:

And we are bringing the whole FoxCode functionality into the IDE, so all the features and customization you had in your FoxCode table will also appear in the VFP Developer Studio as that is coded in VFP and we are able to run it unchanged.