List of Best vs code shortcut keys to making programming/codding faster
1. Combine Line vscode shortcut
- For Mac: ctrl + j
- For Windows and Ubuntu: Open keyboard shortcuts from File > Preferences > Keyboard shortcuts, and bind editor. action. join lines to a shortcut of your choice.
2. Code Formate vscode shortcut
- For Mac: Shift + Option + F
- For Windows: Shift + Alt + F
- For Mac: Shift + Option + F
3. Remove White Space vscode shortcut
- Open VS Code settings(Preferences > Settings > User Settings tab) and click the {} icon and add a new setting("files.trimTrailingWhitespace": true) most of the time it already there by default but that's another way to remove it.
4. Code Folding vscode shortcut
- For Mac: Command+ Option + [ or ]
- For Mac: Command+ Option + [ or ]
5. Copy Line Up/Down vscode shortcut
- For Mac: Shift + Option + Up/Down
- For Windows: Shift + Alt + Up/Down
- For Ubuntu: Ctrl + Shift + Alt + Up/Down
6. Split Editor Layout vscode shortcut
- For Mac: Command + \
- For Windows: Shift + Alt + \
- For Ubuntu: Shift + Alt + \
7. Grid Editor Layout vscode shortcut
This tool is similar to a split tool that provides two or more grid views at a time on screen. So you can do any type of changes comparing to each other views. This is one of the Best vs code shortcut keys to making your coding faster.
- For Mac: Command + d
- For Windows: Ctrl+ d
- For Ubuntu: Ctrl+ d
8. Open and Close Sidebar
- For Mac: Command + b
- For Windows: Ctrl+ b
- For Ubuntu: Ctrl+ b
9. Jump to Specific Line vscode shortcut
There are a lot of lines created in coding to find the or jump the specific line shortcut key is available on it. You can jump to a specific line no need to find it just type a few words of line and redirect on that line. It's a Best vs code shortcut keys to make your coding speed faster.
- For Mac: Ctrl + g or Ctrl + p
- For Windows: Ctrl + g
- For Ubuntu: Ctrl + g
10. Jump to Symbol in File vscode shortcut
Using the symbol in the file you can find all symbols that you used in that file. That's helpful to find words, classes, objects, etc. It makes your work easier, and it's one of the Best vs code shortcut keys to making your coding speed faster.
- For Mac: Command + Shift+ o
- For Windows: Ctrl + Shift + o
- For Ubuntu: Ctrl + Shift + o
11. Jump to Symbol of Words vscode shortcut
If you want to find a workspace you need to find its symbol and that specific word to jump on it. That makes your work easier and you don't need to find it line by line. These are the Best vs code shortcut keys to make your coding speed faster.
- For Mac: Command + t
- For Windows: Ctrl + t
- For Ubuntu: Ctrl + t
12. Delete last Keyword vscode shortcut
As a developer, programmer, and coder you make mistakes. That's the normal thing but solve it yourself that's not normal that improves your skills as a developer, coder, and programmer. If you type wrong work, you delete it using backspace, one of the Best vs code shortcut keys to make your coding speed faster.
- For Mac: Command + delete
- For Windows: Ctrl + backspace
- For Ubuntu: Ctrl + backspace
13. Select Words in Line vscode shortcut
To change some words in line you need to select all those words at a time then you can change it. It helps to complete your work before the time. It's one of the Best vs code shortcut keys to make the coding speed faster.
- For Mac: Command + Shift + Right arrow / Left arrow
- For Windows: Ctrl + Shift + Right arrow / Left arrow
- For Ubuntu: Ctrl + Shift + Right arrow / Left arrow
14. Create Duplicate Line vscode shortcut
There are many same lines in code so you can create a duplicate line tool to create the same line as you want. It makes your work easier and that's the Best vs code shortcut keys to make your coding faster.
- For Mac: Command + Shift +d
- For Windows: Ctrl + Shift + d
- For Ubuntu: Ctrl + Shift + d
15. Delete a Line vscode shortcut
If you write a wrong line or keyword then you can delete it by using a vs code shortcut key. That's very easy to use it and it is the most used vs code shortcut key in VS Code.
- For Mac: Command + x
- For Windows: Ctrl + x
- For Ubuntu: Ctrl + x
16. Select Multiple Cursor Up/Down vscode shortcut
VS Code has a lot of beautiful features that you can use and make your speed faster in coding. With the use of multiple cursers, you can write in more than one line at a time that makes your work easy. That's one of the Best vs code shortcut keys to making your coding faster.
- For Mac: Command + Alt + Up arrow / Down arrow
- For Windows: Ctrl + Alt + Up arrow / Down arrow
- For Ubuntu: Ctrl + Alt + Up arrow / Down arrow
17. Rename To All Symbol vscode shortcut
If you write the wrong word in the entire file then how to change it. That a huge challenge for you but now that's very easy by using VS Code feature. That changes all same words in the file at a time. These are the Best vs code shortcut keys to make your coding speed faster.
- For Mac: F2
- For Windows: F2
- For Ubuntu: F2
18. Select Columns vscode shortcut
If you want to add more lists in coding then you can use VS Code feature to make it easy. You can add columns by select multiple lines in the editor. This is one of the Best vs code shortcut keys to making the coding speed faster.
- For Mac: Shift + Option
- For Windows: Shift + Alt
- For Ubuntu: Shift + Alt
19. Command-List vscode shortcut
There is a lot of commands available in VS Code editor that you can use for a different purpose. Those all are very useful to make your code easy to readable and more beautiful. This is one of the most used vs code shortcut keys to making your coding speed faster.
- For Mac: Command + p
- For Windows: Ctrl + p
- For Ubuntu: Ctrl + p
Read More:: 8 VS Code Plugins To Improve Your Productivity
Read More:: 13 VSCode Extensions That Every Web Developer Should Use