WebStorm/PhpStorm double quotes in TypeScript auto import

I’m using TypeScript style with single quotes, double quotes are used exclusively in HTML templates.

WebStorm/PhpStorm auto import adds import statements with double quotes and ruins the style. I guess this applies to all JetBrains products.

How can this behaviour be fixed?

5 Answers
5

Leave a Comment