Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>sqlite-ts-highlighterNew to Visual Studio Code? Get it now.
sqlite-ts-highlighter

sqlite-ts-highlighter

InKyoJeong

|
1 install
| (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.
Copied to clipboard
More Info

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
`);
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft