Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 434 Bytes

vscode-tips.md

File metadata and controls

12 lines (8 loc) · 434 Bytes

1 - Trigger Parameter Hints : Press (cmd+shift+space) command key combination

2 - Multiple Cursor :

  • Press (Alt) and click to place to set a cursor anywhere
  • Adding cursor up or down (Cmd+Alt+Up / Cmd+Alt+Down)

2 - Multi Word :

  • (Cmd+Shift+L) selects all instances of the current highlighted word
  • (Cmd+D) selects the next instance... and the one after that... etc.