android studio / intellij idea goto line number

后端 未结 5 1283
广开言路
广开言路 2021-02-03 21:59

In Eclipse, if I type cmd+L, it opens a dialog for me to enter a line number and it takes me there in the code. How do I do the same thing in Android Studio? Instead of having t

5条回答
  •  囚心锁ツ
    2021-02-03 22:19

    The shortcut to go to a particular line number on Android Studio is

    On Mac : Cmd + L

    On Linux : Ctrl + L

    On Windows : Ctrl + G

    After this key in the line number in the dialog box that pops up.There is an option to insert the column number as well, but it is not necessary.

提交回复
热议问题