Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Inline SQL for goNew to Visual Studio Code? Get it now.
Inline SQL for go

Inline SQL for go

jhnj

|
4,522 installs
| (0) | Free
Syntax highlighting for inline sql in go
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-go-inline-sql

Syntax highlighting for inline sql in go.

Raw string literals that start with --sql\n will be highlighted as sql.

sql := `--sql
	SELECT * FROM users;
`
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft