VS Code Cheat Sheet/Format document

Format the entire active file.

Section: Basic Editing

Format document

text
text
Windows: Shift+Alt+F
Linux: Ctrl+Shift+I
macOS: Shift+Option+F

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Basic Editing
Delete line
Remove the current line quickly.
OpenIn sheettextsame section
Insert line below
Open a new line below without moving manually.
OpenIn sheettextsame section
Insert line above
Open a new line above the current line.
OpenIn sheettextsame section
Move line up or down
Reorder code without cut/paste.
OpenIn sheettextsame section
Copy line up or down
Duplicate the current line or selection.
OpenIn sheettextsame section
Enable format on save
Format files automatically when saved.
OpenIn sheetjson1 tag match