Like me, are you bothered when writing template literals in JavaScript?
This VSCode extension aims at transforming on the fly a string with " or ' quotes into a template litteral when you type $. It also adds the bracket and position the cursor into the brackets.
You can see the extension in action:
Useful isn't it?
Go to the release section to download the VISX file. Then, open VSCode > Extensions > click on the 3 dots menu > click on "Install from VISX..."
- Make the extension more configurable, i.e. have the ability to store multiple RegExp in a conf file.
- Have a quick diseabling method to prevent the transformation if you need to have $ in a quoted string
