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

前端 未结 16 852
天涯浪人
天涯浪人 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:33

    I uninstall SUBLIME BABEL JOSH PENG and it work's

    Befor: //

    After:

    {/* */}

    with React JavaScript and it's WORK :-)

    enter image description here

提交回复
热议问题