Best VS Code Shortcuts To Make Your Codi ...

Best VS Code Shortcuts To Make Your Coding Faster

Aug 07, 2021

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,

As a programmer, developer, or coder you have to faster speed for coding. And Every programmer wants fast typing speed to complete the work as soon as possible. Even they don't waste a second of time after any unnecessary things.

For programmers, coders, and developers, I'm giving some Best vs code shortcut keys to speed up coding faster.

Also, Read For 7 Theme To Make Your VS Code Look More Beautiful

List of Best vs code shortcut keys to making programming/codding faster

1. Combine Line vscode shortcut

2. Code Formate vscode shortcut

3. Remove White Space vscode shortcut

4. Code Folding vscode shortcut

5. Copy Line Up/Down vscode shortcut

6. Split Editor Layout vscode shortcut

7. Grid Editor Layout vscode shortcut

8. Open and Close Sidebar

9. Jump to Specific Line vscode shortcut

10. Jump to Symbol in File vscode shortcut

11. Jump to Symbol of Words vscode shortcut

12. Delete last Keyword vscode shortcut

13. Select Words in Line vscode shortcut

14. Create Duplicate Line vscode shortcut

15. Delete a Line vscode shortcut

16. Select Multiple Cursor Up/Down vscode shortcut

17. Rename To All Symbol vscode shortcut

18. Select Columns vscode shortcut

19. Command-List vscode shortcut

1. Combine Line vscode shortcut

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,1. Combine Line vscode shortcut

This Shortcut use to combine the line when lines are not in sequence as you want. That's one of the best vs code shortcut to make your coding faster. This is one of the most used Best vs code shortcut keys.

  • 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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,2. Code Formate vscode shortcut

The priority of the programmer, developer, and coder is formatting a code in sequence to easily understand. And it's looking good for reading. So, this is one of the Best vs code shortcut keys to make your coding faster.  

  • For Mac: Shift + Option + F 

  • For Windows: Shift + Alt + F 

  • For Mac: Shift + Option + F

3. Remove White Space vscode shortcut

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,3. Remove White Space vscode shortcut

When we do coding unnecessary space creates it's a very irritable thing. There is a shortcut key available to remove unnecessary space from code. And these are the very Best vs code shortcut keys to make the coding speed faster.

  • 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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,4. Code Folding vscode shortcut

Sometimes, developers create a huge code, to make it readable they can do cod folding to easily read and understand it. Code folding vs code shortcut key is the Best vs code shortcut keys to make coding faster for developers, programmers, and coders.

  • For Mac: Command+ Option + [ or ] 

  • For Mac: Command+ Option + [ or ]

5. Copy Line Up/Down vscode shortcut

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,5. Copy Line Up/Down vscode shortcut

There is a lot of syntax in coding that is the same. You can't type it many times when it's long. Then you can copy it from where above you can use it that's the only way to do your work fast. This is one of the Best vs code shortcut keys to make your coding faster.

  • 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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,6. Split Editor Layout vscode shortcut

This tool allows you to open multiple screens at a time in VS code editor. With the help of this tool, you can solve any problem from one screen to another one. That's one of the Best vs code shortcut keys to make your coding faster. 

  • For Mac: Command + \ 

  • For  Windows: Shift + Alt + \ 

  • For Ubuntu: Shift + Alt + \

7. Grid Editor Layout vscode shortcut

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,8. Open and Close Sidebar

Sidebar is the most important thing that provides to show you where are you working on? and also provides to move on another file to work. So, These are the most useful Best vs code shortcut keys to make your coding speed faster. 

  • For Mac: Command + b

  • For Windows: Ctrl+ b 

  • For Ubuntu: Ctrl+ b

9. Jump to Specific Line vscode shortcut

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,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

shortcuts for vs code,visual studio code comment shortcut,shortcuts for visual studio code,vs code shortcuts,vs code shortcuts for html,vs code shortcuts mac,vs code run shortcut,vs code shortcuts for windows,learn vscode shortcuts,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 

     

 I hope you enjoy reading..!!

Read Full Article Here

Enjoy this post?

Buy Rahul Koshti a Pizza

1 comment

More from Rahul Koshti