Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio: find in project explorer shortcut

In Eclips I have a nice button, in top left corner of project explorer, that will find the currently open file in project explorer.

Where do I find this button in Android Studio? I am reading file and I want a quick way to find it in project explorer.

My current unsatisfying solution is reading the package name and searching it manually.

like image 482
Ilya Gazman Avatar asked May 20 '14 14:05

Ilya Gazman


1 Answers

Right click on the "Project" tab label on the left and there you can at least enable the "Autoscroll from Source" setting.

I am not aware of a shortcut that does that on request and not permanently.

Update: I just tried to make a shortcut by enabling/disabling the setting but the macro recorder does not record enabling/disabling the setting, so without a macro I couldn't create a shortcut for that. So that is no alternative :/

like image 93
WarrenFaith Avatar answered Sep 21 '22 23:09

WarrenFaith