【发布时间】:2019-10-18 12:07:25
【问题描述】:
我正在使用带有 React 的 Visual Studio Code。但是代码缩进不会自动应用 - 我必须手动执行。似乎使用文本编辑器。
示例代码:
<Toolbar tabbar bottom slot="fixed">
<Link bgColor="primary" textColor="white" onClick={() => AcceptOrder(self, order)}>
<strong>
{RootScope.t['Accept order']}
</strong>
</Link>
</Toolbar>
我正在使用 ES7 React/Redux/GrapQL 扩展。
【问题讨论】:
标签: reactjs visual-studio-code indentation