Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Programming Languages
>
vscode-sql-template-literal-with-prefixes
New to Visual Studio Code?
Get it now.
vscode-sql-template-literal-with-prefixes
dgadelha
|
1,216 installs
|
(
0
)
|
Free
Syntax highlighting for sql in template literals (with prefixes)
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
vscode-sql-template-literal-with-prefixes
Syntax highlighting for code like:
const query = sql`SELECT * FROM users`;