vscode-javascript icon indicating copy to clipboard operation
vscode-javascript copied to clipboard

How to use double quotes by default?

Open michaeliyke opened this issue 3 years ago • 0 comments

The issue I'm having has to do with the require feature which automatically fills in the rest of the code in a require statement.

The extension is very helpful but I'm wondering how I can make the extension use double quotes instead of the default single quotes while auto-filling code for a require statement. I looked for settings and it seems there's none. I know many teams favor single quotes, but it will be better for the option to switch between single and double quotes as needed.

I have checked the docs and searched google but no luck so far. The ability to change the default quotes will prove very helpful because it'll remove the manual effort of replacing single quotes with double quotes which is what I have been doing so far.

michaeliyke avatar May 07 '22 08:05 michaeliyke