Comment shortcut Android Studio

后端 未结 24 2838
野趣味
野趣味 2020-12-22 19:55

I\'m searching for useful Android Studio keyboard shortcut for commenting code, as in Sublime Text or Eclipse.

When I press either cmd+/ or

24条回答
  •  Happy的楠姐
    2020-12-22 20:15

    Are you sure you are using / and not \ ? On Mac I have found by default:

    • Cmd + /

    Comments using // notation

    • Cmd + Opt + /

    Comments using /* */ notation

提交回复
热议问题