在WebStorm中更改自动导入格式

Dan*_*l W 10 javascript ide webstorm typescript

我正在使用WebStorm 2016.3,目前正致力于基于打字稿的项目.

现在自动导入将生成如下内容:

import {xxx} from "yyy"
Run Code Online (Sandbox Code Playgroud)

我想将格式更改为

import { xxx } from 'yyy'
Run Code Online (Sandbox Code Playgroud)

我该怎么做呢?

len*_*ena 19

2016.3*:

  • in Settings | Code Style | Typescript | Spaces,启用Within / ES6 import/export braces

  • Settings | Code Style | Typescript | Other,设置Quote marks:单引号

2017.1*:

  • in Settings | Code Style | Typescript | Spaces,启用Within / ES6 import/export braces
  • Settings | Code Style | Typescript | Punctuation,设置Use单一