WebStorm/PhpStorm double quotes in TypeScript auto import

Estus Flask :

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?

LazyOne :

This behaviour is controlled by the following option:

  1. Settings/Preferences
  2. Editor | Code Style | TypeScript
  3. "Punctuation" tab | Generated code -> Quote marks

As of 2017.1 version it's on new Punctuation tab and options are named a bit differently:

enter image description here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

PhpStorm double quotes in TypeScript auto import

to import double quotes with laravel json

Put double quotes inside double quotes in auto IT for selenium file upload

Import Statements Single vs Double Quotes

Disable auto-insert of double quotes in html in Visual Studio 2013

VSCode intellisense for Typescript Vue (Auto import at @Component)

Bulk Import CSV file into SQL Server - remove double quotes

Clickhouse : import data having double quotes escaped by backslash

Python import csv file with commas and double-quotes

Escaping quotes and double quotes

Is it possible to set up auto-import in WebStorm without double dots?

PhpStorm: How to use single quotation mark instead double for auto import?

VSCode TypeScript Auto Import Suggestions - Symbol Resolution Logic

VSCode Typescript why suggest "Auto import from 'node:path'"

How to turn off double quotes auto-completion in Visual Studio 2019 for C++ editor?

MySQL quotes, double quotes mess

How to find quotes with double quotes?

Single quotes in double quotes variable

Replace double quotes into single quotes?

Highlight matches 'quotes' and "double quotes"

Double quotes inside quotes in bash

Replace double quotes with single quotes

Assumption with double quotes, single quotes & no quotes

Why double import of NPM package in Typescript (Firebase Functions)

double quotes inside double quotes in a string in unix

Echo double quotes inside double quotes issue

How to use double quotes inside double quotes

Bash double quotes inside double quotes BSD

remove double quotes ("") from csv import to mysql Database in asp.net