VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus

时间:2020-12-21 13:19:07

项目经理: 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打开帮助;
  • 错误列表。

VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus See the documentation in PDF to now all the features available

VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus

新的Intellisense Manager
VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus

类似Visual Studio的新功能
VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus

VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus

VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus

VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus

VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus


Tables and fields
VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus

VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus

VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus


Objects in memory can be used when VFP is running in background
VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus

VFP开源项目之:Visual FoxPro IntelliSense增强工具FoxcodePlus