Code tips for your code
Code tips make easy to understand what your code is and what that identifier is. Just move your mouse over what you want to know and it shows what is.
In VFP Developer Studio is present in several forms that makes you more productive.
Code Tips for Memory vars
Just by moving your mouse over a VFP variable and see how it was declared.

And of course it works not only for VFP Type it also works for all the .NET Framework classes referenced in your project.
Code Tips for Classes, Member classes
You can slo see what is an identifier just by moving your mouse over:

And if you have built XML Docs for your classes it also displays detailed help about the method. And it works not only for your code, also for external compiled libraries.
Code Tips for VFP Commands
The Code Tips are also available for VFP Commands. If you are a novice and want to know what a command does or what are the clauses let the IDE help you:

All this functionality is extremely useful, and what you had seen is just the begining. We are VFP Programmers as you are and we will be incorporating more advanced productivity enhancements to make you a Faster and Better code. And remember that all this power comes from FoxCode and you can customize it to your taste.
Is not that wonderful?