I often want to comment out the selected range in Android Studio at once, so make a note of it. When I checked it, it was set in File-> Preference-> Keymap of Android Studio. macOS environment
The following shortcuts are set ⌘(command) + /
//    hogehoge
//    hogehoge
//    hogehoge
The following shortcuts are set ⌘(command) + ⌥(option) + /
/*    hogehoge
    hogehoge
    hogehoge*/
You can uncomment it by running it again