Highlight SQL syntax in Go raw strings.
No need to start with sql :=
or --sql
comment.
No need to end with ;
semicolon.
Before | After |
---|---|
![]() |
![]() |
You can install the latest version of the extension via the Visual Studio Marketplace
Alternatively, open Visual Studio code, press Ctrl+P
or Cmd+P
and type:
> ext install go-raw-sql-syntax
The source code is available on GitHub lightSoulDev/vscode-go-raw-sql-syntax.
Is not available yet.