Two of my favorites that I'm surprised weren't covered: 1. Option + Up/Down Arrow - This lets you slide code around higher or lower within the file. It operates on the current line with no selection, or on a selected block of code. It also adjusts indentation automatically as the line/block moves in and out of other blocks. 2. Command + / (forward slash): Toggles comment mode for the current line or selected block.
@aidenberzins Жыл бұрын
Literally use both of these constantly.
@knorkeFutzi Жыл бұрын
Very nice, thanks. Additional shortcuts I use often (Windows): Editor: F12 when cursor is on a symbol -> go to definition of symbol Editor: Alt + Up / Down -> move line up / down Editor: Ctrl + Up / Down -> move shown code up / down without moving cursor position Editor: Alt + Shift + Up / Down -> copy current line up / down Editor: Ctrl + G -> go to line no. ... and of course Ctrl + Space to init IntelliSense ... There is so much more 😎
@alpaca_growing_kit Жыл бұрын
I didn't know init intellisense existed, this saves me so much time.
@JamesQQuick Жыл бұрын
Yeah there are too many for any individual video. Love all those!
@christopheanfry Жыл бұрын
So nice!!! It’s been almost a year that I’m using the sidebar on the right and just love it as you said it doesn’t affect the position of the code when toggling the sidebar. Your cmd shift w which closes vs code there is also cmd q which works by the way for any Mac apps. I’ve learnt a few that I will definitely use. Thanks
@rubendacostaesilva8442 Жыл бұрын
As soon as James mentioned it, I was about to write a comment about people who use it should be hospitalized in a mental institution, but then I remember that before I've started to code, I use to work a lot with Adobe software (still do...), specially Photohop and Illustrator, and their panels is located in the right side, so I decided to give it a try, and now I'm starting to believe that maybe I should check a psychiatrist...
@christopheanfry Жыл бұрын
@@rubendacostaesilva8442 🤣🤣🤣 I should probably too!!!
@cesarfrick5725 Жыл бұрын
One I use quite often when doing code reviews is Control + G, which allows you to go directly to a specific line, just write the number and the cursor will jump there. Another one quite useful is Cmd + Shift + O, which allows you to navigate the definitions in your file, in the same way that the Command Pallete allows you to navigate the files
@quoccuong1733 Жыл бұрын
one comand i find myself using all the time working on a huge file is the ability to Go forward and Go backward. this allows you to jump back to the last line your cursor was on even if the line is in another file. Very usefull
@waleedbinalim Жыл бұрын
Great tips James. There are two more shortcuts to know as well 1. Command + Option + Left/Right Arrow (Allows you to navigate through tabs in order of direction) 2. Command + Option + T (Closes all other tabs apart from the one opened)
@codewithguillaume Жыл бұрын
Dude, you are the DUDE !
@JamesQQuick Жыл бұрын
Merci mon ami!
@bacharsaleh6984 Жыл бұрын
you have missed most useful ones: close all open brackets in a file (very useful to know what are the high level objects or functions): CMD + k + 0 close current open brackets (could be a function, object, or any block): CMD + k + ] also to jump to specific line in a file: CMD + P , then add :128 --> this will jump to line 128
@lalvar Жыл бұрын
You can just press CMD + G and line number, it will save one more keystroke
@JamesQQuick Жыл бұрын
Thanks for sharing. Those are great!
@noelpena4567 Жыл бұрын
I have sidebar on the right. I use VS code (sidebar default on the left) and OG Visual Studios (sidebar default on the right) and I realized I like it on the right better.
@RobData Жыл бұрын
You have a couple of things you might want to tidy up: at 6:48 you mention searching in a file and repeatedly say CMD Shift F but show on the screen Cmd+F; that needs some clarification. Then an error:: you say to open the terminal you press Cmd plus tilde but the actual key you press and show isn't the tilde but the back-tick. The back-tick is the ` character but the tilde is the horizontal wave-like character ~
@marty2327 Жыл бұрын
So after you command click on a function to see its definition, is there a way to get back to the code you were looking at before you went the the function definition?
@JamesQQuick Жыл бұрын
Hmm, not sure the best way. I just ctrl+tab back to the previous tab
@ja31ya Жыл бұрын
You can hit the back button on your mouse
@raybaxter4683 Жыл бұрын
There's "Go previous" in the command palatte that you could bind to something.
@igorr4682 Жыл бұрын
I like the bar on the right as I work with Visual Studio a lot as well. This keeps things the same when hopping between Editors.
@sawzarnilinhtay5551 Жыл бұрын
Which font du u use, sir??
@ronaldpaek Жыл бұрын
Should we invest in learning vim motion for vs code?
@JLarky Жыл бұрын
Yes
@JamesQQuick Жыл бұрын
I think lots of people would say yes. I'd just say it's a big learning curve, but many people find it incredibly productive
@ronaldpaek Жыл бұрын
@@JamesQQuick did you learn vim motion or attempted to learn it? I knew all the vs shortcuts but I want to be more efficient >.< but I also don’t want to waste too much time either
@JamesQQuick Жыл бұрын
I haven't learned it myself, so I can's speak from personal experience@@ronaldpaek
@janmejayspurohit Жыл бұрын
How do we setup path suggestions in the terminal?
@JamesQQuick Жыл бұрын
That's a tool called Fig.io. It's really nice!
@hakuna_matata_hakuna3 ай бұрын
there is a start block end block comment syntax that i learned and immediately forgot , does anyone know it
@DontFollowZim Жыл бұрын
I don't move my main sidebar to the right but I do fully utilize the right sidebar (lots of tools like Git and Todo trackers over there) so I can keep some things visible even if I need to keep two (or three with lower/terminal) panes up at a time
@JamesQQuick Жыл бұрын
Oh interesting. I didn't know you could separate other things to the right that arent't in the main sidebar
@Stoney_Eagle Жыл бұрын
Ever tried to mass replace regular functions to arrow functions with regex replace that works with all the possible ways of type defining (generic, input, return) and multi lined? I think it took me longer to make that regex than it would to go in and change the 100+ functions manually but boy was it ever satisfying when I clicked that button 😂
@everyhandletaken Жыл бұрын
That definitely sounds like something I would do lol
@tylerlaprade6422 ай бұрын
Right sidebar is goated, never looked back
@saifahmedanik Жыл бұрын
(I never knew) shortcut for windows Expand Selection shortcut for Windows ---> Shift + Alt + Right
@lontus-racref Жыл бұрын
Just FYI so you don't jump into pull requests trying to change documents on Windows, the shortcut is ALT+[Number].
@JamesQQuick Жыл бұрын
Great catch!
@nevermindthelabel Жыл бұрын
team sidebar on the right, and vim/which key plugins are great
@JamesQQuick Жыл бұрын
Nice! Have you used VIM for a long time?
@Icemourne_ Жыл бұрын
As an ultra-wide user, I don't have any problems keeping the sidebar and terminal always open Tbh closing the sidebar would make my experience worse because the code would be way to the side also I have browser open on the second monitor
@JamesQQuick Жыл бұрын
haha I kinda struggle with that a bit. The code being too far away
@2ru2pacFan Жыл бұрын
That expand selection one is amazing! Definitely need it!
@JamesQQuick Жыл бұрын
Yeah I thought so too!
@MegaJohn144 Жыл бұрын
I switched to VS Code from Sublime Text because ST started acting crazy after I installed Python 3.12. I wanted a powerful editor with low overhead and offered debugging of Python code. VS Code is great. I used it to develop a whole website using Flask. I can't wait to try these new tips.
@Lucas2RC Жыл бұрын
Thanks for these great tips. I am rather new to VSCode and programming, so these do improve efficiency.
@williammckeever4790 Жыл бұрын
Having the sidebar on the right makes so much more sense, unfortunately I could never get used to it and always go back. Think I'll give it another try as I have not used the editor for a while and that might help me get used to the new location. Just have to stick with it.
@JamesQQuick Жыл бұрын
Yeah I tried it too and it just never clicked
@HoNow222 Жыл бұрын
Side bar on the right is the best thing ever. Anyway your input curson has a weird animation, is that a plugin?
@everyhandletaken Жыл бұрын
No, that is standard in VS Code - 'Editor: Custom Blinking' within settings - I think he has this on 'expand' which I use too.
@JamesQQuick Жыл бұрын
Yep, this!
@raphael_santiago Жыл бұрын
"shift+ctrl+command" I thought you said "command" should be "ctrl" on windows? So it's shift+ctrl+ctrl??
@JamesQQuick Жыл бұрын
Yeah that's one that's a bit different.
@bp-ob8ic Жыл бұрын
Is there a shortcut to toggle column selection mode? Multiple cursors looks pretty cool, and might be actually better for most of my use cases. Great content as always, James. Thank you!
@rubendacostaesilva8442 Жыл бұрын
Not by default, but you can customize it for yourself, if it's something that you use a lot of time.
@JamesQQuick Жыл бұрын
What do you mean by column selection mode?
@bp-ob8ic Жыл бұрын
@@JamesQQuickLast item on the selection menu.
@raybaxter4683 Жыл бұрын
@@JamesQQuick This a something I use frequently. It is similar to multiple cursors, but it is strictly by column. Suppose your cursor is on line 5 column 5 and you have CSM on. If you hold down shift and down/right arrow to line 10 column 10, you've now six cursors. You can delete, or navigate within that selection to change all 6 selected areas simultaneously. This is very handy for columnar data, and sometimes for code. Example of the later would be is you'd aligned the = signs in a block of code and needed to shift multiple rows to the right because a new row had a longer left hand side.
@StevePerry-v2k Жыл бұрын
You should also mention that almost all of these work in Visual Studio also. A few have slightly different keyboard commands.
@JamesQQuick Жыл бұрын
Nice! I don't use VS Code anymore so I didn't know, but that makes sense
@kevinbellock6825 Жыл бұрын
can't believe I never knew how easy it was to add vs code to path from within vscode
@JamesQQuick Жыл бұрын
What a nice little feature right?
@jesper.ordrup Жыл бұрын
Left / Right - give it days. After that youre ready to the next level - auto hide
@DonovanCYoung Жыл бұрын
I use Sidebar left, code middle, terminal right
@MikeNeder Жыл бұрын
I've actuality never seen that intellisense that you got going on in terminal.
@likandokayombo Жыл бұрын
Thank you for this
@JamesQQuick Жыл бұрын
No problem 😊
@havetrustissue8975 Жыл бұрын
Command + B for sidebar toggle.
@SquaredbyX Жыл бұрын
How are you opening that search bar at the top lol. Step zero pls.
@raybaxter4683 Жыл бұрын
Command-Shift-P
@juanmacias5922 Жыл бұрын
Vim keybindings!
@moneyfr Жыл бұрын
Could you do video on zellij ❤
@JamesQQuick Жыл бұрын
What is that?
@moneyfr Жыл бұрын
@@JamesQQuick it's like termux but with more function
@chhavimanichoubey943711 ай бұрын
Rage quit, giggling internally, because it might be true to some people, when they are stuck in coding problems.
@Dev-sf3pz Жыл бұрын
I think you discover much off these the more you have the mentality of using the mouse as little as possible, then you are forced to find out what keyboard shortcut exists to accomplish that.
@MiguelLopez-mu1ss Жыл бұрын
Vscode is good for making github pr reviews with their extension... if vim keybindings are installed... it's almost 2024, nvim ftw
@alexanderkomanov4151 Жыл бұрын
🎉🎉🎉
@moneyfr Жыл бұрын
00:50 and I am on Linux 😂😂🎉
@jabthejewboy Жыл бұрын
Best vs code tip: switch to neovim
@JamesQQuick Жыл бұрын
Oh yeah? What do you love about it?
@jabthejewboy Жыл бұрын
@@JamesQQuick the plugin eco system, easy customization, the ability to use a simple scripting language to make any behavior you want, and the way your can flow through a document without even thinking about it once you get good at vim motions. Plus I feel that spending time in the terminal and learning how things in a system work at a lower level just makes you a better developer. Don’t get me wrong vs code is very good for some things, like an easy debugger interface, easy collaborative coding. I keep it installed for those things. But I feel that neovim is just the best tool out there purely for editing text files and the plugins make it just as good for most things as any ide accept for some edge cases.
@shakirparke Жыл бұрын
You're so handsome
@ja31ya Жыл бұрын
The real ones have their sidebar on the right.
@zebapy Жыл бұрын
These all are like front of the page manual tips. I'd love some less popular ones.
@StephenRayner Жыл бұрын
Stopped watching when you wasted my time with cmd S -.-😊
@JamesQQuick Жыл бұрын
lol that was just the warm up
@Mysteria9 Жыл бұрын
@@JamesQQuick Do you really consider cmd+s an amazing shortcut you wish you knew earlier? 😉
@JamesQQuick Жыл бұрын
haha that was basically an accident. It was just listed on the twitter thread so I threw it in. I definitely regret starting with that one haha@@Mysteria9