Visual Studio Code IDE HotKey Shortcut List
Windows Commands
Format Code : shift + alt + F (hold down at same time).
Word Wrap or Text Wrap : Alt + Z (windows) Mac: ⌥+Z
Original post on stack
The code formatting is available in VS Code through the following shortcuts:
- On Windows Shift + Alt + F
- On Mac Shift + Option + F
- On Ubuntu Ctrl + Shift + I
Alternatively, you can find the shortcut, as well as other shortcuts, through the search functionality provided in the editor with Ctrl +Shift+ P (or Command + Shift + P on Mac), and then searching for format document.
Resources:
https://stackoverflow.com/questions/29973357/how-do-you-format-code-in-visual-studio-code-vscode