Shortcut to select a line of code in Android Studio

前端 未结 5 1785
再見小時候
再見小時候 2021-02-19 05:59

Is there a short cut to select one line of code in android studio?

5条回答
  •  攒了一身酷
    2021-02-19 06:34

    Try using CTRL + C

    This should select and copy the entire current line. Note that it won't work if you already have some text selected. In that case, CTRL + C would behave as usual, copying the text selected only.

    I should note that I based my answer on that Android Studio is built off the IntelliJ platform, and so most shortcut keys are probably the same between the two.

    Reference: Select current line in intellij

提交回复
热议问题