

When we have multiple files open at the same time, we might need a way to quickly move back and forth between two or three different locations in your code. VS Code Navigate Forward/Backward Ctrl+–/Ctrl+Shift+– You can mac shortcut for same in above table. For Block Comment, we can select lines of code and use Shift+Alt+A. We can select a block of code and use the key sequence Ctrl+K+C, it will comment out the section of code. In vscode many time we have to comment/uncomment the line of code or block of code from time to time. VS Code shortcuts vs code comment shortcut Select all occurrences of current selection Here is VS Code Keyboard Shortcuts for Windows, Mac and linux Command Action


VS Code Navigate Forward/Backward Ctrl+–/Ctrl+Shift+–.
