Skip to content

Instantly share code, notes, and snippets.

@ecoologic
Last active January 5, 2021 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecoologic/eb0302ed4ddb9e0fb154e46e59f622b6 to your computer and use it in GitHub Desktop.
Save ecoologic/eb0302ed4ddb9e0fb154e46e59f622b6 to your computer and use it in GitHub Desktop.
Visual Studio Code Shortcuts
  • ctrl+k e explorer (sometimes ctrl+shift+e)
  • ctrl+1 focus on editor
  • alt+up move line up
  • shift+alt+right extend selection
  • f12 go to definition
  • shift+f12 see usages
  • ctrl+d select occurrences
  • ctrl+k ctrl+d skip last selected occurrence and select next (editor.action.moveSelectionToNextFindMatch)
  • ctrl+u undo select occurrence
  • ctrl+alt+- go back
  • ctrl+shift+- go forward
  • ctrl+shift+alt+c copy relative path of active file
  • ctrl+alt+r extension.railsRspecFileToggle
  • alt+i mlewand.vscode-selection-flip
  • alt+shift+i erikphansen.vscode-toggle-column-selection
  • er and pe for ERB <%= ruby %>
  • > snake like underscore case (with change-case plugin)
  • More...
@ecoologic
Copy link
Author

Export notes:

  • Preferences
  • Custom key binding
  • Snippets
  • Extensions (with config)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment