android studio / intellij idea goto line number
问题 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 to scroll each time I need a specific line number. 回答1: The shortcut to go to a specific line and/or column number is: CTRL G Examples: Go to line 6 Ctrl G 6 Enter Go to line 6 and column 8 Ctrl G 6 : 8 Enter Go to column 4 on the current line Ctrl G : 4 Enter Shortcut References: Alt H K = H̲elp -> Default K̲eymap