A keyboard shortcut to comment/uncomment the select text in Android Studio

后端 未结 9 1361
鱼传尺愫
鱼传尺愫 2021-01-31 13:48

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

9条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-31 14:10

    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 + -

提交回复
热议问题