Is there a short cut to select one line of code in android studio?
There is Command
+ C
that will copy the entire line. But if you are like me and you don't want to pollute your clipboard history with line selections, you can try this solution. (Command
+ Shift
+ V
to view clipboard history)
Keymap
Editor Actions
Select Line at Caret
Command
+ L
, but it is up to you.