Visual studio code changes format (React-JSX)

后端 未结 12 1034
难免孤独
难免孤独 2020-12-12 13:45

I\'ve the following snippet in my index.js

class App extends Component {
    render() {
        return ( 
Welc
12条回答
  •  再見小時候
    2020-12-12 14:10

    You can install an extension like react-beautify that helps you format your jsx code.

    It is found here

    This extension wraps prettydiff/esformatter to format your javascript, JSX, typescript, TSX file.

提交回复
热议问题