If you want to help out a depressed invisible person all donations are appreciated. https://ko-fi.com/samejima work opportunities? contact me here: https://x.com/abandonme_
I'm a friendly, non-dev, cisgender guy from NC who enjoys playing music/making noise, hiking, eating veggies, and hanging out with my best friend/wife + our 3 kitties + 1 greyhound.
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!!
One I just learned recently is Ctrl+/ to comment/uncomment the current line.
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.
Great list, Stefi! Appreciate ya sharing. π
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
Thanks so much for putting this together! It's been super helpful!
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