Syntax Coloring for Snowflake Stored ProceduresThis is a simple Syntax Coloring Extension for Snowflake Stored Procedures and now also for python scripts. This extension is more useful if you are using the SnowConvert tool to move code from Teradata, Oracle or SQL Server to Snowflake. Release Notes1.0.0Initial release of syntax coloring for SnowScript 1.0.1Some minor reviews 1.0.2Added support for doing SQL Syntax highlight.
This is currently being done only inside EXEC( 1.0.3Fixed issue that required a new line character for hightlight on 1.0.4Fixed issue with 1.0.5Added support to highlight 1.0.6Added support to highlight 1.0.7Republish 1.0.9Adding support for java / scala / python and fix issues with snowscript 1.0.10Slight changes in package.json and README ExamplesGeneral JS HighlightSQL Highlight inside the proceduresSQL Highlight in pythonKeyword shorkcuts extensionsI copied this excellent extensions from https://github.com/dbankier/vscode-quick-select/ They are very handy :) specially to select all the SQL or all the parameters UsageHere some examples - and it supports multiple selections. In the examples below use CTRL instead of ⌘ for Windows. ⌘k " ⌘k ' NEW: You can also use this following shortcut to select either single, double quotes or backticks ⌘k ; NEW: You can also use this following shortcut to toggle quotes, e.g. ⌘k : NOTE: the extensions can be configured to exclude backticks from selection or switching ⌘k ` ⌘k ( and ⌘k [ and ⌘k { Using the following performs and outer selection: ⌘k ) and ⌘k ] and ⌘k } Or if you have already made in inner selection, use the same key combination again to expand to an outer selection. ⌘k < This also selects the matching tag. ⌘k > This matches the tag value. |