Easy SQL extension for Visual Studio CodeThis is the VS code extension for Easy SQL. A bunch of language features are supported. For ETLs written in Easy SQL, keywords, variable reference, template reference, function calls etc are highlighted. More information will be provided if we hover on keywords or functions. When we're coding in Easy SQL, realtime keyword and function completions are provided as well. And if there is some syntax error, diagnostic information will be provided. UsageOnce installed in Visual Studio Code, the language feature will be enabled in every '.sql' file. HighlightAn example of hightlight screenshot is as below: In order to make EasySQL related keyword more obvious, we can customize the colors a little. A recommended settings is as below:
We can add this configuration to user settings.json to make it work. (Open command palette, search for Code completionAn example usage of code completion is as below: Right now, keywords, functions completion will be provided. Diagnostics informationAn example usage of diagnostics is as below: Right now, syntax error diagnostics will be provided. More information on hoverAn example usage of hover is as below: Right now, keyword and function information are provided on hover. Features
Known Issues
Release NotesLanguage features for ETLs written in Easy SQL, including syntax highlight, code completion, syntax diagnostics, and hover for more information. 1.6.x
1.5.x
1.4.x
1.3.x
1.2.xHover: provide more doc for python system functions 1.1.xDiagnostics improved: provide diagnostics for target definition 1.0.xBasic code completion, diagnostics, hover for more information implemented. 0.2.0Syntax highlight based on semantic analysis result. 0.1.0Syntax highlight. Roadmap
For more informationEnjoy! |