8:35 you can just hit "end" while your cursor is at the beginning of the line. Or ctrl + left or right to move between words while you are at multiple lines!
@gui.ferreira4 ай бұрын
Cool! Thanks for sharing that
@robinheyer7084 ай бұрын
Bonus shortcuts: 2:20 Ctrl+ PgUp / PgDn -- let's you move the current tab to quickly organize tabs as you like them 3:34 code -r . -- to open the file in the current VS Code window (closing anything else you were working on). I think -a does something nice as well but I forgot. 5:00 / 13:00 Ctrl + K + arrow left / right -- lets you switch editor windows in split screen. (I had to learn this because I'm always opening files on the wrong side) 6:52 While using Ctrl + D if you want to skip the last one selected you can press Ctrl + K + D which will deselect the last one and select the next occurrence. (Also note that Ctrl+D understands context when you don't highlight a word yourself, it will not select text in comments or partial hits) 10:00 Shift + Alt + Arrow up / down -- copy and paste all highlighted code above or below (feels upside down to me) Ctrl + W -- close current tab Ctrl + K + W -- close all tabs, even those in other split-screen editors Ctrl + K + S -- all shortcuts
@gui.ferreira4 ай бұрын
Thanks for your service 🫡
@Meryovi4 ай бұрын
Thanks, Gui. I was really missing the one for focusing on the file explorer. It will save me a lot of time! 😁
@gui.ferreira4 ай бұрын
🫡
@ourjamie4 ай бұрын
Vscode profiles. Create profiles for the different type of work. A c# profile, a rust profile a kubernetes cloud profile. You can add and remove extensions from the profiles create a profile from a profile, start with a blank profile on and on you can get clever with direnv and launch code with the profile specific to that folder when you enter it.
@gui.ferreira4 ай бұрын
😮 That's cool! Never heard about it
@TonoNamnum4 ай бұрын
On 7:45 of the video just do control + right to move one word towards the right no need to find the largest word. You could also enter the end key and it will move towards the end of each line without having to search for the largest word.
@gui.ferreira4 ай бұрын
Thank you Antonio!
@brainiac46273 ай бұрын
What color scheme is this? Looks amazing
@gui.ferreira3 ай бұрын
Dracula
@antonmartyniuk4 ай бұрын
Great tips. Luckily I am using Rider 😅
@gui.ferreira4 ай бұрын
🤫 Me too... But for things like scripting, yaml, markdown, frontend, etc, I prefer Code.
@antonmartyniuk4 ай бұрын
@@gui.ferreira for all of these I prefer Rider as well. Having resharper for frontend kills entirely vs code for me. As well a built in tools to run and debug yml files
@Megha-f7d4 ай бұрын
Please create similar video for visual studio too
@gui.ferreira4 ай бұрын
I don't use Visual Studio 😅
@Megha-f7d4 ай бұрын
@@gui.ferreira what you use for dotnet? IDE
@Megha-f7dАй бұрын
@@gui.ferreiraCurrently I am using vs code as part of my work. Thank you for sharing