Unlike in webstorm, I\'m unable to comment JSX code out in .js files in the Visual Studio Code.
.js
Search Babel JavaScript in VS Code:
Babel JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
Install and command + / will comment jsx with { /* */ }
command + /
{ /* */ }