Code Monkey home page Code Monkey logo

foxcodeplus's Introduction

FoxcodePlus

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:

  • Incremental IntelliSense for functions, commands, vars, constants and so on.
  • Variables at write-time.
  • List of variables at write-time.
  • Constants at write-time including constants invoked by #INCLUDE MyFile.H
  • Tables at write-time and run-time also included tables from DataEnvironment in Forms and Reports.
  • Fields at write-time and run-time.
  • Selecting a table with the command "Select" or all commands with the clause "IN".
  • Windows APIs at write-time and run-time.
  • Functions and Procedures at write-time.
  • Classes at write-time.
  • Properties at write-time.
  • Methods and Events at write-time.
  • Support for _MemberData property indicating that the property with the capitalization.
  • Summary Tooltip for functions, procedures, methods and events.
  • Classes objects at write-time.
  • WITH...ENDWITH with nesting infinity for any class or instantiated object at write-time and run-time.
  • Objects instantiated in memory.
  • Incremental Shortcut to controls in Form and Class Designer.
  • Replacement of native IntelliSense in Form and Class Designer.
  • New IntelliSense for some commands.
  • Code snippets for commands and functions.
  • Intellisense at write-time for objects created using the functions CreateObject(),CreateObjectEx() and NewObject() invoking a PRG or VCX file.
  • Intellisense for object created by "FOR EACH" at run-time and designer-time
  • Intellisense for Collection object at run-time and designer-time
  • Referencing any object through of a variable at run-time and designer-time
  • Classes and functions invoked by SET PROCEDURE TO in current program and method or in memory.
  • Classes invoked by SET CLASSLIB TO...
  • Help pressing F1 when intellisense is opened in current item.
  • Documenting properties in PRG files with custom tooltip as a summary.
  • Error List window.
  • Error Tip for some run-time erros at write-time.
  • SQL Intellisense for connected database for SELECT, INSERT, UPDATE and DELETE instructions.

New features FoxcodePlus (Beta 3.13.2)

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.

FoxcodePlus Images (see all images in documentation)

New IntelliSense Manager

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

_MemberData Property

Error Tip

New Features like in Visual Studio

Tables and fields

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

foxcodeplus's People

Contributors

doughennig avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.