How to comment JSX code out in .js files in VSCode?

前端 未结 16 841
天涯浪人
天涯浪人 2020-12-02 18:02

Unlike in webstorm, I\'m unable to comment JSX code out in .js files in the Visual Studio Code.

16条回答
  •  生来不讨喜
    2020-12-02 18:39

    Currently in Visual studio code it could be done by pressing combination - Shift+Alt+A and comment "jsx" code it produces - {/**/} comments.

提交回复
热议问题