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.

enter image description here

in case can't find tab, can add tab using sequence:

view -> tool windows -> structure

enter image description here


Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -