Is there a way to ensure that only backticks are used in my code? I would like it so that every time I click save, the formatter automatically changes all quote types to backticks. I have tried using the built-in VSCode formatter for JavaScript and Prettier, but I couldn't find this specific setting. I really prefer using the built-in formatter.
I also experimented with some extensions, but they only seem to auto-replace quotes after certain key presses (like ${ }
), whereas I want them to be replaced constantly without any additional input.
If you're facing a similar issue or need more information, check out this question on Stack Overflow: VSCode single to double quote automatic replace
It seems like there's no setting specifically for backticks; only options for single or double quotes at the moment.