Visual-FoxPro-language-template-for-Visual-Studio-Code
Visual-FoxPro-language-template-for-Visual-Studio-Code copied to clipboard
A language syntax template for working with Visual FoxPro PRG code files in Visual Studio Code.
It would be nice to have a formatter sincer there aren´t any on the extensions marketplace to install.
Hello, Can you add 'elseif' highlighting also which is same as else, endif,else etc... Also if i put comments //,*,///////////////,* They are not commenting properly.
Add '.sc2', '.mn2', and '.pj2'. These are the extensions that [foxbin2prg](https://github.com/fdbozzo/foxbin2prg) uses when making the FoxPro binary forms, menus, and project file compatible with source control. They are round-trip capable...
Is it possible to get intellisense hooked into this? If you can point me to some sample I can maybe try to get it started.
As you know, VFP has the ability to compile the PRG to an FXP on closing the editor. Can this be done with VSC too?