I am using vscode and it adds a closing bracket or parenthesis if you add the opening bracket or parenthesis but while I use js files or JSX files it doesn't add the closing pair.
You can add:
"[javascriptreact]": {"editor.autoClosingBrackets": "always"}
for JSX files
and
"[javascript]": {"editor.autoClosingBrackets": "always"}
for js files
in the settings.json
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With