Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>strinterNew to Visual Studio Code? Get it now.
strinter

strinter

Aymen Abdellaoui

|
30 installs
| (1) | Free
String interpolation
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto convert string interpolation single quotes/double quotes to backticks

Description

I am too lazy to convert single quotes or double quotes to backticks when i decide to use string interpolation in my code. This is a simple VSCode extension that does that for me automatically 😅.

Note: This extension only works for JavaScript and TypeScript files.

How it works

  • When you type a string interpolation with single quotes or double quotes, the extension will automatically convert it to backticks for you. AS SIMPLE AS THAT!

Icon Credits

Quote icons created by Freepik - Flaticon

TODOs

  • [X] it should not convert strings that are inside a comment or a comment block
  • [ ] pasted code with string interpolation should be converted to backticks
  • [ ] add command to convert string interpolation to concatenation
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft