template-string-converter icon indicating copy to clipboard operation
template-string-converter copied to clipboard

Autocorrect from quotes to backticks

Results 25 template-string-converter issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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 ```