
We can customize bindings for language types also. You can press Ctrl+Shift+P or F1 (windows and Linux users) and ⇧⌘P or F1 (Mac users) to open the command Palette and search for required keyboard shortcuts.Īnd also we can add our own keyboard bindings, at the end of this post I will explain how to change keyboard shortcuts for visual studio code. Navigate to File->Preferences->Keymap Extensions install your choice of keymappings. there are lots of extensions available for keyboard mappings You can install corresponding editor keyboard bindings through extensions. The good thing is if you are familiar with other text editors like sublime, vim, atom, eclipse etc. It’s good to know some useful keyboard shortcuts for this beautiful editor. Most of the developers around the world started using Visual Studio Code. It’s free, open-source and cross-platform. This builds from the master branch and is updated daily at the very least.

To get the latest releases every day, you can install the Insiders version of VS Code. You can download it for Windows, macOS, and Linux on VS Code’s website. VS Code is updated monthly with new features and bug fixes. It provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools. VS Code is a type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Most of the material, I have referred to the URL ( ). To configure keyboard shortcuts the way you want, go to the menu under.

I use these when moving, duplicating, and commenting out multiple lines.This blog is used for have a reference for all common shortcut key on VSCode. All keyboard shortcuts in VS Code can be customized via the User/keybindings.json file. Select to End/Beginning of Line: Shift+Cmd+Right Shift+Cmd+LeftĮxtend Selection Below/Above: Shift+Down Shift+Up

Go to End/Beginning of File: Cmd+Down Cmd+Up Go to End/Beginning of Line: Cmd+Right Cmd+Left Move Forward(Right)/Backward(Left)/Down/Up: Ctrl+F Ctrl+B Ctrl+N Ctrl+Pĭelete Character on Left/Right: Ctrl+H Ctrl+D Insert Line Below/Above: Cmd+Enter Shift+Cmd+EnterĬopy Line Down/Up: Shift+Opt+Down Shift+Opt+Up Keyboard Shortcuts for VSCode (macOS) Basic Editing The shortcut list includes some of Mac Shortcuts, not only VSCode’s originals, but all of them are useful for coding.

I will make a note of the shortcuts that I use frequently in Visual Studio Code. It is hard to remember a lot of keyboard shortcuts, but it is worth learning them even if it takes time.
