template-string-converter
template-string-converter copied to clipboard
Autocorrect from quotes to backticks
Would it be possible to turn a $ followed by a letter inside a simple quotes string into a double quotes string and surround it with curly braces, if the...
https://github.com/user-attachments/assets/da9abe14-582e-41ed-95d9-bc51041c345a
When I remove the `${}`, I still have backticks
```jsx ``` When the curly is typed after the `$` above, this is the result: ```jsx ```