标签: react-jsx atom-editor jsx
使用Atom为React应用程序编写JSX代码时,请说我有一个视图:
<View style={styles.container}></View>
我将第一个标签更改为
<ScrollView style={styles.container}></View>
如何让第二个标签自动更改? WebStorm和所有JetBrains IDE都支持这一点。