Skip to content

Instantly share code, notes, and snippets.

@ethan-deng
Last active October 13, 2022 15:06
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 ethan-deng/2676b876fffd00f22214 to your computer and use it in GitHub Desktop.
Save ethan-deng/2676b876fffd00f22214 to your computer and use it in GitHub Desktop.
Visual Studio, WebStorm, Sublime Common and Differences

Visual Studio, WebStorm, Sublime Common and Differences

multiple Cursor

select multiple Occurrence

  • VS:
  • WS: Alt + j
  • SB: Ctrl + d

highlight all occurrences of selected word

move line with keyboard

  • VS: Click, Alt + up/down key or Select Mulitple lines, Alt + up/down key

jump out auto bracket/quotes

back to remove all empty line

  • VS: Ctrl + Back
  • WS:
  • SB: Ctrl + Back
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment