Visual Studio Code - Adjust import quotation setting

后端 未结 10 1081
广开言路
广开言路 2021-02-02 04:56

When working in TypeScript in Visual Studio Code, the import suggestion on a type (triggered by space + period) will generate an import using double quotes.

Our TypeScri

10条回答
  •  逝去的感伤
    2021-02-02 05:39

    As of TypeScript 2.5, the first import or export statement in the file will be scanned to determine if single or double quotes are used when using import suggestions.

    https://github.com/Microsoft/TypeScript/pull/17750

提交回复
热议问题