I checked previous questions on SO here and here and VS Code's issues here and here.
I still don't know how I can comment jsx
syntax in VS Code by cmd + /
. I tried syntax JavaScript React
and JavaScript Babel
and add:
"files.associations": {
"*.js": "javascriptreact"
},
into user settings. Nothing helped. When I check Developer Tools, there are no error messages.