Skip to content

v0.0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@GordonSmith GordonSmith released this 24 Feb 06:45
· 663 commits to trunk since this release
  • Patrick | Improvements
    • Fixed some colourization issues with ecl.tmLanguage and vscode not detecting words like NOT/IN/OR/AND (had to add to keyword.other.ecl)
    • Added missing match for DECIMAL/UDECIMAL including specified digits support (compiler error > 32)
    • Added shorthand U (UNSIGNED) syntax highlight (e.g) U'Patrick'
    • ecl.configuration.json now includes some autoClosingPairs which works nicely when typing FUNCTION,MODULE,RECORD etc as the END; is now generated for you and you just hit enter and write your code inbetween.
    • Removed syntaxes which are not part of the plugin ECL language (Im assuming they were used as a reference)
    • Added some basic snippets and removed snippets which were not ECL (could cause some confusion)
    • Updated VSCode Plugin description to include Enterprise Control Language (as apposed to ECL(short hand) Language)
    • Added two pretty basic FKey shortcuts which are helpful replacements (kind of) of the F1 from ECL IDE
    • F1 will perform a HPCC Search of the selected word, F12 opens up the main documentation page for all HPCC systems.