Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>vscode-ts-sql-pluginNew to Visual Studio Code? Get it now.
vscode-ts-sql-plugin

vscode-ts-sql-plugin

darky

|
927 installs
| (0) | Free
Syntax highlighting for sql utils of ts-sql-plugin
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-ts-sql-plugin

Syntax highlighting for utils of ts-sql-plugin:

const query = sql`SELECT * FROM users`;
const rawQuery = sql.raw`SELECT * FROM users`;
const condQuery = sql`SELECT * FROM users
  ${sql.cond(!!userId)`where user_id = ${userId}`}`;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft