Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48986

Single quote versus double quote in VS Code

$
0
0

Hi

I am using VS Code with some extensions

I tried to import a module which works fine but i always have to change the double quotes into single quotes manually.

IS : import { } from “module”;
SHOULD : import { } from ‘module’;

Where can i change from double quote to single quote ?

Best regards
Dietmar

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 48986

Trending Articles