0

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).

Son Nguyen Thanh
  • 1,199
  • 15
  • 19

4 Answers4

3

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

This is popup: enter image description here

huu duy
  • 2,049
  • 21
  • 31
1

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

Sohaib
  • 10,941
  • 9
  • 32
  • 34
1

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

Community
  • 1
  • 1
Subhalaxmi
  • 5,687
  • 3
  • 26
  • 42
  • It only moves between the workspace and Package Explorer. I want to navigate exactly to package contains the file which is being coded. – Son Nguyen Thanh Mar 20 '15 at 11:29
  • If your package explorer is allready opened in android studio than cursor will directly move to perticular project. Check 1nce again .. – Subhalaxmi Mar 20 '15 at 12:54
1

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.

remya thekkuvettil
  • 778
  • 1
  • 7
  • 22