Moving from keyboard to mouse to perform some action can sometimes be annoying. VS Code has some really nice keyboard shortcuts to help keep me in ...
For further actions, you may consider blocking this person and/or reporting abuse
Windows shortcuts would be nice too...
You are right :) Have a look at the windows shortcuts here: code.visualstudio.com/shortcuts/ke...
for windows just replace the command key for ctrl and ⌥ for alt.
One I just learned recently is Ctrl+/ to comment/uncomment the current line.
Great list, Stefi! Appreciate ya sharing. 😀
Thanks so much for putting this together! It's been super helpful!
Thank you. 7 will definitely be one of my favorites from now.
Cool! I didn't know about 2., 4., 5. until now.
Great post
When dealing with large files, I tend to use the
Collapse All
shortcut a lot to quickly navigate to the required function.code.visualstudio.com/docs/editor/...
What could also be handy for programmers, are the commands for word part selection/deletion which unfortunately are not set (hard to standardize, definitely across OSes). When adding an ALT to all commands compared to the word selection/deletion commands, this has typically side affects with the OS navigation (e.g. desktop switching). Has anybody find a good key combination for this which is logical? Thanks!!
Command/CTRL + Shift + L - select all the occurrences of the word/selection immediately