Nice, shift + alt + arrow is one I use a lot if I add the home/end key I can almost completely avoid using the mouse. One that I learned recently was ctrl + f and ctrl + h for find and replace.
F2 has to be the most useful for me. I can't even remember how many times I struggled with the click timing to rename something! Thanks for sharing all this info!
Once I found out about Ctrl + Tab, I have not stopped using it to quickly move between windows when editing code. I'm surprised this wans't mentioned. Maybe it's new?
SHOUT OUT TO THOSE OF US WHO LOVE CAPS LOCK AS MUCH AS I DO. Also, triple left mouse click can be useful, I have it mapped to my second middle mouse button and use it all the time
Since you post even some basic shortcuts that works on most text editors, here another that is very useful and few people know. Ctrl+Left or Right arrows to jump to the next word. You can pair that up with shift to select large portions of a line more fast. Cheers! =]
First hitting End, then Shift + Home is my one-two-punch for selecting an entire line. Or you can hit Home, then Shift + End, the order doesn’t matter, but I do it all the time ¯\_(ツ)_/¯
What sucks for me is that when I'm coding and I stop in the middle and it shows that error notification, it unfolds everything beneath that I had neatly folded =/ I wish folding could be turned on only for regions and functions, and not everything with { }
I love using ctrl + f to find and replace all words or phrases into something new.
Nice, shift + alt + arrow is one I use a lot if I add the home/end key I can almost completely avoid using the mouse.
One that I learned recently was ctrl + f and ctrl + h for find and replace.
alt+left click.... what an amazing thing! wish id learned this a long time ago.
F2 has to be the most useful for me. I can't even remember how many times I struggled with the click timing to rename something! Thanks for sharing all this info!
Once I found out about Ctrl + Tab, I have not stopped using it to quickly move between windows when editing code. I'm surprised this wans't mentioned. Maybe it's new?
My favorite when working among a lot of related windows.
Another useful one I always forget is Ctrl + Tab to switch between your open code windows on the fly 🤔
Yes, this is one is extremely useful to me as I work between code windows.
SHOUT OUT TO THOSE OF US WHO LOVE CAPS LOCK AS MUCH AS I DO.
Also, triple left mouse click can be useful, I have it mapped to my second middle mouse button and use it all the time
Thank you!!!
Thank you again!😀
Since you post even some basic shortcuts that works on most text editors, here another that is very useful and few people know. Ctrl+Left or Right arrows to jump to the next word. You can pair that up with shift to select large portions of a line more fast. Cheers! =]
That is cool!
First hitting End, then Shift + Home is my one-two-punch for selecting an entire line. Or you can hit Home, then Shift + End, the order doesn’t matter, but I do it all the time ¯\_(ツ)_/¯
Really useful!!!
alt+s and alt+o to create new sprite and new object!
Ctrl+M, Ctrl+U really needs to be usable in Asset Browser as well!
What sucks for me is that when I'm coding and I stop in the middle and it shows that error notification, it unfolds everything beneath that I had neatly folded =/
I wish folding could be turned on only for regions and functions, and not everything with { }
That would be nice! Might even be worth a suggestion to YoYo.
how did you not know that cntrl+x is cut? but you program? that makes zero sense