Developers who're working for a company will know the importance of every second. There're a lot of things that you can do to code faster.
Among all those, knowing some important keyboard shortcuts can help you save a lot of your development time.
In this post [Source:Wooberly], I'm gonna list down some useful VS code shortcuts to help you. Let's dive right in.
20 Best VS Code Shortcuts
#1 Ctrl + p - Quick open file
#2 Ctrl + Shift+N - New window
#3 Ctrl + Shift + W - Close window
#4 Alt + up/down arrow - Move up or down a line
#5 Shift + Alt + up/down arrow - Copy a line
#6 Ctrl + / - Toggle line comment
#7 Shift + Alt + A - Block comment
#8 Ctrl + G - Go to line
#9 Ctrl + Shift + M - Show problems Panel
#10 F8 - Next error
#11 Shift + F8 - Previous error
#12 Shift + Alt + F - Format document
#13 Ctrl + L - Select the current line
#14 F12 - Definition
#15 Ctrl + \ - Split the editor
#16 F5 - Debug start
#17 Shift + F5 - Debug stop
#18 F11 - Toggle fullscreen
#19 Ctrl + B - Sidebar visibility
#20 Ctrl + Shift + T - Reopen the closed editor.
Hope it will be useful to you. Will share other tips and tricks in the next one.