FPLLanguageSupport for Visual Studio Code. Devs should be able to have similar functionality to the Visual Studio Toolbar extension.
This is an extension for VS Code that provides language support for the FPL (Forms Programming Language) written for ProSuite developers.
This provides the following features:
Language specific colorizor
Built in method to run the command line compilers
Automatic save on compile
Context Menu Items
Compile Current FPL File (ctrl + shift + F12)
Insert Shoe Character (ctrl + shift + F4)
Insert MessageBox
Open FPLCompileSettings.ini
Swap to DP
Swap to LPL
Swap to GSS
Open Data Dictionary
Open Screen Developer
Open FB6Pad
Toggle Post Compile Cleanup
Toggle Shoe Emoji Decoration
Configuration Options
Access the configuration options by opening the VS Code settings (ctrl + ,). Then search for FPL.
List of configuration options:
Compile With Batchfile
Logging Level
Error
Warn
Standard
Info (default)
Debug
Show Shoe Emoji
Save On Compile
Auto Save
Prompt
Do Not Save
Additional Information
The shoe character is ASCII 16.
The FPLConfiguration.INI file can be found in the extension folder of your profile. Example: C:\Users\USERID.vscode\extensions\finastra-lp.fpl-language-1.0.8\resources\FPLCompileSettings.ini
Where "USERID" is your user ID.