FoxcodePlus
Visual Studio like extensions to Visual FoxPro IntelliSense.Project Manager: Rodrigo Bruscain
The FoxcodePlus project is designed to bring new IntelliSense features found in Visual Studio to the Visual FoxPro IDE through code written in Visual FoxPro to the Windows API and a FLL. The list of features is quite extensive:
- 01 - Incremental IntelliSense for functions, commands and so on.
- 02 - Variables in write-time.
- 03 - Accessing the list of variables in write-time.
- 04 - Constants in write-time.
- 05 - Tables in write-time and run-time.
- 06 - Fields in write-time and run-time.
- 07 - Selecting a table with the command "Select" or all commands with the clause "IN".
- 08 - Windows APIs in write-time and run-time.
- 09 - Functions and Procedures in write-time.
- 10 - Classes in write-time.
- 11 - Properties in write-time.
- 12 - Methods and Events in write-time.
- 13 - Support for _MemberData property indicating that the property had capitalization.
- 14 - Summary Tooltip for functions, procedures, methods and events.
- 15 - Classes objects in write-time.
- 16 - WITH...ENDWITH with nesting infinity for any class or instantiated object in write-time and run-time.
- 17 - Objects instantiated in memory.
- 18 - Incremental Shortcut to controls on the form or class designer.
- 19 - New IntelliSense for some commands.
- 20 - Code snippets.
- 21 - Intellisense in write-time for the objects created with the functions CreateObject(),CreateObjectEx() and NewObject() using PRG or VCX file.
- 22 - Help pressing F1 when intellisense is opend.
- 23 - Documenting properties in PRG files with custom tooltip like summary.
- 24 - Error List.
- 25 - Error Tip.
NEW: Core reformulated to improve the performance and avoid freezes in VFP.
NEW: Error List for forms and classes designer.
NEW: Error List doking and resizing.
NEW: Support for _MemberData property showing PMEs in tooltip has had capitalized.
NEW: Incremental intellisense for constants in #INCLUDE files.H
NEW: Intellisense for constants in forms and classes designer.
NEW: Value of caption property are shown in intellisense tooltip.
NEW: Intellisense for command alter table.
NEW: System variable _TALLY is present in incremental intellisense.
NEW: Error Tips in write-time for some run-time erros.
FIX: Fast typing.
FIX: When another FLL library was called without ADDITIVE clause FoxcodePlus crashed.
FIX: Select an item in intellisense typing "." (still not able in VFP default intellisense just in FoxcodePlus intellisense)
FIX: Select an item in intellisense typing "(".
FIX: Some errors in report designer.
FIX: When PRG file was created for the first time, the intellisense wans't work.
FIX: Error in Error List when was docked in another window.
FIX: Visual Studio Colors Style background yellow string was removed.
FIX: Intellisense Manager had wrong behavior when the options were saved.
Incremental Intellisense for Constants in #INCLUDE
Error List for Form and Class Designer
_MemberData Property
Error Tip
New Intellisense Manager
New Features like in Visual Studio
Tables and fields
Objects in memory can be used when VFP is running in background
Documentation is included in Portuguese and in English.