FrancisFaure / vfp_tmlanguage_generator

VFP: Generate an extension for VS Code which provides support for the Visual FoxPro language
MIT License
12 stars 5 forks source link

A Visual FoxPro language extension for Visual Studio Code

VFP Code in VS Code

VSCODE

VFP Syntax highlighting (Colorization)

Using the "Dark Theme" it displays like

VFP

Personalized Color Theme (for VFP Extension)

Download vfp_tmtheme_generator.prg, personalize, run in vfp9, and click "Ok" to install.

The personalized theme looks like

THEME

VFP9 integration

To start using VS Code as the external editor (Modify Command, Modify File) add the following line to the config.fpw file

TEDIT=/N C:\Program Files (x86)\Microsoft VS Code\Code.exe

Uninstall

vfp_tmlanguage_generator.prg : creates a uninstaller script: "vfp_tmlanguage\uninstall vfp language.cmd"

Update April 7, 2016 Snippets added

SNIPPETS

Update September 17, 2017

Visual Studio Code (insiders) now support files.encoding

License

MIT © Francis FAURE

Enjoy!