Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 602 Bytes

File metadata and controls

17 lines (16 loc) · 602 Bytes

Day 22 - shortcuts when coding in vscode

  • cmd + .-> show code actions
  • shift + cmd + space-> show parameter hints when you call it
  • cmd + i-> show smart suggestion
  • option + up/down-> move line up/down
  • cmd + enter-> add a new line
  • option + delete-> delete the forward words(such as "getName")
  • option + ctrl + delete-> delete the forward word(such as "Name")
  • f8-> jump to errors(in the whole workspace)
  • cmd + f2-> selected all the same words in this file