How to prevent insert spaces in JSX code

后端 未结 3 445
南旧
南旧 2021-01-12 13:12

I have just started learning React Native. I am using Visual Studio Code for editing. Whenever I save my file it is inserting spaces in my JSX code. This reduces the readabi

相关标签:
3条回答
  • 2021-01-12 13:45

    Or you could also rename the file changing its extension from .js to .jsx and VSCode will understand that the file is React.

    0 讨论(0)
  • 2021-01-12 13:46

    I managed to resolve this by manually changing the language of the file to javascriptreact instead of javascript.

    Screenshot:

    0 讨论(0)
  • 2021-01-12 13:54

    I had this problem and I solved by making js-css-html formatter extension disable and closing the vs code and restart

    0 讨论(0)
提交回复
热议问题