DEV Community

rafaelvieirab
rafaelvieirab

Posted on

Useful VS Code Shortcuts vscode

  1. Ctrl+P : Displays the search bar to search for files.

  2. Ctrl + Shift + P: Displays the command pallete.

  3. Crtl + B : Toggle the sidebar.

  4. Ctrl+Shift+E : Move to Explorer window.

  5. Ctrl + Shift + M : Quickly shows errors and warnings.

  6. Ctrl + Shift + L: Multi cursor selection.
    Selects all occurrences of what was selected.

  7. Ctrl + D : One by one selection.

  8. Ctrl+/ : Toggle line comment.

  9. Ctrl + Shift + I: Formats the entire file.

  10. Alt + Up or Alt + Down: Move line.

Top comments (0)