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
You can also use regions. See https://www.myandroidsolutions.com/2014/06/21/android-studio-intellij-idea-code-regions/
regions
Select a block of code, then press Code > Surround With... (Ctrl + Alt + T) and select "region...endregion Comments" (2).