nsashops.blogg.se

Helpful visual studio shortcuts
Helpful visual studio shortcuts











To jump to a symbol in VS Code, you use command + r, then look for the symbol you want. Alternatively, you can also open the go to file menu with command + p first, then type :, then type your line number. To go to a line in the file, you use ctrl + g, then type a line number. This should help you locate files quickly. To go to a file, you use command + p, then type the name of the file you’re looking for. My shortcut to bring up iTerm is option + space. When I need a dedicated terminal, I switch over to my iTerm. I tend to use the VS code terminal for simple one-off commands. VS Code has a built-in terminal that navigates to the project’s folder.

helpful visual studio shortcuts

To switch between workspaces, use ctrl + r, then select the workspace you want. VS Code keeps tracks of folders you opened automatically. To open the VS Code marketplace, you can use command + shift + x. To open the file explorer, you can use command + shift + e. To close or open the sidebar, you can use command + b. When I made the switch, I installed the Sublime Text Keymap extensios, which preserves Sublime Text shortcuts. This is because I used Sublime Text before I switched to VS Code. Second, some of the shortcuts you’ll see in this video may not be native VS Code shortcuts. If that doesn’t work, you may have to google for the right shortcut. If you’re on a Windows machine, you you can use most shortcuts I’m going to talk about by replacing command with ctrl. Two things before we dive into the shortcuts.įirst, I use a mac, so I’m only going to share the Mac keyboard shortcuts with you. Here’s a list of what we’re going to go through:

helpful visual studio shortcuts

Today, I want to share vs code shortcuts I use on a daily basis.













Helpful visual studio shortcuts