keyboard shortcuts - android studio goto line number -


in eclipse, if type cmd+l, opens dialog me enter line number , takes me there in code. how do same thing in android studio? instead of having scroll each time need specific line number.

the shortcut go specific line and/or column number is: ctrlg

android studio go line dialog box

examples:

  1. go line 6
    ctrlg6enter

  2. go line 6 , column 8
    ctrlg6:8enter

  3. go column 4 on current line
    ctrlg:4enter


shortcut references:


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -