| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Visual Studio like extensions to Visual FoxPro IntelliSense.
Original author: 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, more than 30 new features at least:
NEW: SQL Intellisense (inside the TEXT...ENDTEXT block) for connected database. (Page 24 to 27)
Tested with MS SQL Server.
a) Support for SELECT, INSERT, UPDATE and DELETE instrunctions
b) Tables with incremental search in current connected database
c) Table and Alias with incremental searching in currente SQL instruction with the database disconnected
d) Fields with incremental searching in current database connected considering the tables used in currente SQL instruction
e) Fields list from tables and Alias when pressed "." dot
f) IntelliSense for tables/alias pressing SPACE after the clauses FROM, JOIN and INTO
NEW: Intellisense to the command "INDEX ON" (Page 18)
NEW: Now, objects instatied at run-time show more informations in the tooltip. (Page 13)
NEW: Intellisense for object created by "FOR EACH" at run-time and designer-time. (Page 22)
NEW: Intellisense for Collection object at run-time and designer-time (Page 22)
NEW: Referencing any object through of a variable at run-time and designer-time (Page 22)
NEW: FoxCode table update through the merger between native FoxCode and FoxCode provided by FoxcodePlus. (Page 34)
NEW: SET PROCEDURE TO in memory is also considered. (Version 3.13.2 - Page 8 and 9)
FIX: {"SHIFT+ARROWS, SHIFT+END and SHIFT+HOME behavior not adequate"}
FIX: "THIS" in containers object in some cases the IntelliSense hasn't load.
FIX: Several fixes (version 3.13.2)
If you already have installed FoxcodePlus 3.10 or a previous version, you must have to replace the files foxcode.app , foxcodeplus.app and whole directory ...\Foxcodeplus*.*. Also, it’s necessary to do the step 7. If you have installed 3.11 or 3.12 you only have to replace foxcode.app and foxcodeplus.app.
CreateObject( ), NewObject( ) and CreateObjectEx( )

Incremental Intellisense for Constants in #INCLUDE

Signature for custom procedures, functions, methods and events

Classes and functions invoked by SET PROCEDURE TO...

Classes invoked by SET CLASSLIB TO...

Error List for Form and Class Designer

New Features like in Visual Studio

Objects in memory can be used when VFP is running in background

| Back | FazBrowse Home | New Git URL |