This extension provides arden syntax support. Current supported features and roadmap are listed below. The longterm goal of this project is to create a complete, integrated development environment for Arden Syntax in Visual Studio Code.
Features
Syntax Highlighting
Code Snippets
Release Notes
1.0.0
Initial release of arden syntax highlighting and basic code snippets. Snippets included in this release:
CHANGELOG - Inserts a text based change log table into the arden syntax. Useful in the explanation section to keep track of changes
CHANGEENTRY - Adds another change entry to your existing change log.
IF - Autocompletes if statements.
ELSEIF - Autocompletes elseif statements.
FOR LOOP - Autocompletes for loop statements.
WHILE LOOP - Autocompletes a while loop statement.
ASSEMBLY - Autocompletes a using assembly statement.
NAMESPACE - Autocompletes a using namespace statement.
1.0.1
Bug fixes
1.0.2
Bug fixes
1.0.3
Bug fixes
1.0.4
New F1 based scripts.
Added support to format Arden sytax with and without comments.
Added support to convert Arden data reads to SQL syntax.
Added support to convert SQL to multiple lines of Arden.
1.0.5
Fixed bug related to section keywords when used as suffix of a variable causing a misinterpretation syntax parse.
Updated snippets to use markdown for explanation section.
Added functional MLM snippet (newfn)
1.0.6 (03/10/2020)
Fixed formatting bug related to MLM slots as variable names in formatter (x_action:= 1;).