项目经理: Rodrigo Bruscain
下载:http://vfpx.codeplex.com/downloads/get/507407
FoxcodePlus项目旨在为Visual FoxPro IDE环境带来类似Visual Studio的新IntelliSense功能,包括:
- 针对函数、命令等的递增IntelliSense;
- 书写时刻的变量;
- 书写时刻访问变量列表;
- 书写时刻的常数;
- 书写和运行时刻的表;
- 书写和运行时刻的字段;
- 使用Select或其他带IN子句的命令选择一个表时;
- 书写和运行时刻的Windows API;
- 书写时刻的函数和过程;
- 书写和运行时刻的类;
- 书写和运行时刻的属性;
- 书写和运行时刻的方法和事件;
- 函数、过程、方法和事件的摘要提示;
- 书写时刻的类对象;
- 书写和运行时刻对于任何类和实例对象嵌套无穷大的WITH...ENDWITH
- 内存中实例化的对象;
- 在表单或类设计器增加了快捷菜单控件;
- 某些命令的新IntelliSense;
- 代码片段;
- 在书写时刻对在PRG或VCX文件中使用CreateObject(),CreateObjectEx() and NewObject()函数创建的对象增加了Intellisense;
- 当intellisense打开时,F1打开帮助;
- 错误列表。
See the documentation in PDF to now all the features available
新的Intellisense Manager
类似Visual Studio的新功能
Tables and fields
Objects in memory can be used when VFP is running in background