Transition from IDEA to VSC (part 1)

24/02/2018

So far I'm having a mixed feelings, first of all I'm surprided with the variaety of available plugins and ease of use. But from the other side many of the key bindings doesn't seem obvious:

  • show terminal is Ctrl + ~ (vs Alt + F12) - VSC's bindings is deffintelly better and recognisable than IDEA's
  • toggle left side panel with files, source control, debug and source control is Cmd + B (still no clue how to change in between tabs on side panel with shortkeys)
  • traversing up and down the history of your vsisted code lines is Ctrl + - (back) and Ctrl + Shift + - (forward), IDEA's bindings for it are defs better and more obvious Alt + Cmd + ← and Alt + Cmd + →
  • move line up or down - hold Alt and then either ↑ or ↓
  • duplicate line Shift + Alt + ↑ or Shift + Alt + ↓ (just Cmd + D in IDEA)
  • find usages Shift + F12 (vs Cmd + F7)

To be continued...