xcode - Android Studio List file methods -
in android studio how list of methods available file?
i switch ios android , if feature miss xcode. assume it's feature in android, can't find it.
in xcode click drop down @ top of window, shows method signatures of of methods on file. can click on each method jump location in file.
thanks
you can see structure tab below project tab in android studio.
open file in editor , click on structure tab, show methods in class selected.
click on method , redirected method.
in case can't find tab, can add tab using sequence:
view -> tool windows -> structure
Comments
Post a Comment