在WebStorm中更改自动导入格式

时间:2016-12-14 11:11:39

标签: javascript typescript ide webstorm

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

现在自动导入会生成以下内容:

import {xxx} from "yyy"

我想将格式更改为

import { xxx } from 'yyy'

我该怎么做?

2 个答案:

答案 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)

您可以在以下位置更改此内容:

  

设置|代码风格|打字稿|其他

生成的代码部分中为引号选择单引号