Home > Enterprise >  Vs code randomly skips lines when I type down an Identifier
Vs code randomly skips lines when I type down an Identifier

Time:12-19

<

#randomly shifts whatever I type down here

I'm supposed to type But it ends up looking like

<
div > < /div>

CodePudding user response:

I guess it is vs code setting for auto close tags.

try to disable it and check if it is fixed or not.

Go to File > Preference > Setting ( Ctrl , ) Extension > HTML. And remove tick from the "Auto Closing Tags".

  • Related