How do I comment out several lines of text selected in the IDE with a control key combination?
I thought that Ctrl + Alt + C was the cor
MAC QWERTY (US- keyboard layout) without numpad:
Line comment : ⌘ + /
Block comment: ⌘ + ⌥ + /
MAC QWERTZ (e.g. German keyboard layout):
Android Studio Version ≥ 3.2:
Line comment : ⌘ + Numpad /
Block comment: ⌘ + ⌥ + Numpad /
thx @Manuel
Android Studio Version ≤ 3.0:
Line comment : ⌘ + -
Block comment: ⌘ + Shift + -