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

examples:
go line 6
ctrlg6entergo line 6 , column 8
ctrlg6:8entergo column 4 on current line
ctrlg:4enter
shortcut references:
- althk = h̲elp -> default k̲eymap reference
- intellijidea_referencecard.pdf
- android studio shortcuts need most
Comments
Post a Comment