You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto indent in VSCode has 5 beheaviors, none, keep, brackets, advanced, full, which can be custimized from the setting: Editor: Auto Indent. Sometimes we want different beheaviors varying context, but I could only use one of these beheavior.
For Example, sometimes I want the keep beheavor when I want to wrap my code with a <div> tag. Currently I have to delete the new line every time this case if I set auto indent to full.
So it's better to have a shortcut to opt-in to different beheaviors.
The text was updated successfully, but these errors were encountered:
Auto indent in VSCode has 5 beheaviors,
none
,keep
,brackets
,advanced
,full
, which can be custimized from the setting:Editor: Auto Indent
. Sometimes we want different beheaviors varying context, but I could only use one of these beheavior.For Example, sometimes I want the
keep
beheavor when I want to wrap my code with a<div>
tag. Currently I have to delete the new line every time this case if I set auto indent tofull
.So it's better to have a shortcut to opt-in to different beheaviors.
The text was updated successfully, but these errors were encountered: