Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Programming Languages
>
sqlite-ts-highlighter
New to Visual Studio Code?
Get it now.
sqlite-ts-highlighter
InKyoJeong
|
41 installs
|
(
1
)
|
Free
Automatically highlights SQL inside template strings such as db.execAsync() in TypeScript and TSX files.
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
SQLite TS Highlighter
Highlight SQL keywords inside template strings in TypeScript / TSX files.
Install
VSCode Marketplace
Features
Highlights SQL keywords inside backtick (
`
) strings
Works in
.ts
and
.tsx
files
Designed for inline queries like:
const result = await db.execAsync(` SELECT * FROM users WHERE id = 1 `);