Reputation: 1209
In Eclipse, in the workspace screen, I use Alt + Shift +W -> choose Package Explorer
, it will navigate to to File
in Package Explorer.
How to do this in Android Studio? (I set key-map Eclipse
in Android Studio, the hot-key Alt+ Shift W was not available).
Upvotes: 0
Views: 4547
Reputation: 798
Open the file in the workspace.
Select package explorer window.
Click on the "Scroll from source" icon which is marked as red in the above image. This will do the job for you.
Upvotes: 1
Reputation: 2059
Press Alt + F1 >> show a popup >> choose Project Overview >> Enter
Upvotes: 3
Reputation: 5707
You can move between project
and package explorer
by click Alt+ 1 in Android Studio
For more shurtcut check https://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard.pdf
and Android Studio shortcuts like Eclipse
Upvotes: 1