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

Inline SQL

jtladeiras

|
12,549 installs
| (3) | Free
Syntax highlighting for sql in template literals
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-sql-template-literal

Syntax highlighting for code like:

const query = /*sql*/`SELECT * FROM users`;

Publishing

https://code.visualstudio.com/api/working-with-extensions/publishing-extension#publishing-extensions

npm install -g vsce
vsce package
vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft