我正在使用WebStorm 2016.3,目前正致力于基于打字稿的项目。
现在自动导入会生成以下内容:
import {xxx} from "yyy"
我想将格式更改为
import { xxx } from 'yyy'
我该怎么做?
答案 0 :(得分:19)
2016.3。*:
Settings | Code Style | Typescript | Spaces
中,启用Within / ES6 import/export braces
Settings | Code Style | Typescript | Other
中,将Quote marks:
设为单引号
2017.1 *:
Settings | Code Style | Typescript | Spaces
中,启用Within / ES6 import/export braces
Settings | Code Style | Typescript | Punctuation
中,将Use
设置为单 答案 1 :(得分:1)
您可以在以下位置更改此内容:
设置|代码风格|打字稿|其他
在生成的代码部分中为引号选择单引号