Beginner Essentials - II : Important VSCode Shortcuts
linkinsunil.hashnode.dev
Hi! I am Sunil! I am a front-end developer and this is the second part of 'Beginner Essentials' series. You can find the first part covering important Git commands here.
If as a developer, tons of video information and web articles have trapped you in a tutorial hell stopping you from finding out which Visual Studio Code shortcuts should you know and which one you should let go then don't worry, I got you!
Note that this article is a collection of shortcuts which are part of my own development journey as well as some other sortcuts which I find useful and currently getting into practice so without further ado lets get started.
Editing
ctrl + shift + k
- delete (does'nt changes clipboard)shift + del
- cut (changes clipboard)ctrl + l
- selects a linectrl + up/down
- move current line up / downshift + ctrl + up/down
- copy current line up / downctrl + shift + enter
- insert line abovectrl + up/down
- scroll up / down with your cursor fixedshift + alt + a
- toggle block of commentalt + z
- toggle word wrapctrl + /
- toggle line commentshift + alt + a
- toggle block comment
Editor
ctrl +
` - open terminalctrl + b
- open sidebarctrl + = / -
- zoom in / zoom outshift + alt + f
- format documentctrl + k ctrl + f
- format selection
Bonus - Browser Shortcut
ctrl + shift + i
- used in browser, opens inspect element
Other - Optional Shortcuts
ctrl + g
- goto linectrl + p
- goto filectrl + t
- show all symbols used in fileF8
- goto next errorshift + alt + ->
- expand selection from cursor point
This is it. You're good to go and increase your productivity at work you ever wanted. If you find this piece of article useful, I'd definitely love to see you at my Linkedin and GitHub.