Skip to content

Instantly share code, notes, and snippets.

@jinnabaalu
Created December 22, 2016 04:19
Show Gist options
  • Save jinnabaalu/ac90e69eec7bfdebe93600f401697904 to your computer and use it in GitHub Desktop.
Save jinnabaalu/ac90e69eec7bfdebe93600f401697904 to your computer and use it in GitHub Desktop.
Preferences Key board shortcuts like in visual studio:
To add our own short cuts to the visual studio code :
Step1 : Preferences->Keyboard shortcuts
Step2 : Functionality : Format code of the file
{ "key": "ctrl+k ctrl+d", "command": "editor.action.format" }
Short Cuts:
Format Code : Ctrl+Alt+F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment