VSCode
Unsorted
Indent
https://stackoverflow.com/questions/29973357/how-do-you-format-code-in-visual-studio-code-vscode
Comment
Linux
Block Comment | Ctrl + K + C |
Block Uncomment | Ctrl + K + U |
Comment Code Block Ctrl+K+C/Ctrl+K+U
Whether it's because you're trying to track down a "but," or experimenting with code change, from time to time you'll want to comment and uncomment blocks of code. If you select a block of code and use the key sequence Ctrl+K+C, you'll comment out the section of code. Ctrl+K+U will uncomment the code.
https://vslive.com/Blogs/News-and-Tips/2015/04/5-VS-Keyboard-Shortcuts.aspx