'How can I edit the Visual Studio Code autocomplete?
vscode shows single quotation for className when I write code in JSX:
className=''
but how can I edit it to:
className=""
Solution 1:[1]
The setting
Javascript > Preferences: Quote Style set to double will do what you want.
I don't see a way to limit that setting to jsx files but that may not be a problem for you.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Mark |
