Son Nguyen Thanh
Son Nguyen Thanh

Reputation: 1209

Android Studio how to navigate to file in Package Explorer

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

Answers (4)

remya thekkuvettil
remya thekkuvettil

Reputation: 798

Open the file in the workspace. Select package explorer window. emphasized text

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

huu duy
huu duy

Reputation: 2059

Press Alt + F1 >> show a popup >> choose Project Overview >> Enter

This is popup: enter image description here

Upvotes: 3

Subhalaxmi
Subhalaxmi

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

Sohaib
Sohaib

Reputation: 11317

Go to Navigate menu and use Selct In... [Option+Command+w] on Mac

Upvotes: 1

Related Questions