UNPKG

quote-morph

Version:

Automatically switches quotes to backticks when using ${} in JS/TS strings.

8 lines (5 loc) 186 B
const world = "world"; //As you type it will change string types to support encapsulation console.log("Hello, "); //Or if you wrap a var in encapsulation console.log("Hello, world!");