Quantcast
Channel: How to format HTML code in VScode ? - Stack Overflow
Viewing all articles
Browse latest Browse all 4

How to format HTML code in VScode ?

$
0
0

I would like to find a way to format HTML in VScode, such as fro example, if I have a long div like this one:

<div class="signal-item-icon checkbox-signal signal-icon" [class.selected]="signal.isSelectedCheckSign" (click)="$event.stopPropagation(); onSelectOneShadowSignal(signal);">

I want it to be displayed like this when I do ctrl+shift+i:

<div class="signal-item-icon checkbox-signal signal-icon"     [class.selected]="signal.isSelectedCheckSign"     (click)="$event.stopPropagation();      onSelectOneShadowSignal(signal);">

Do you if it is possible? Is there an extension VScode that exists for this kind of implementation?

Thank you !


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images