Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you track an active file in the project list in Android Studio?

In Visual Studio, there is an option to "Track Active Item in Solution Explorer". That is, to keep the file you are working with in the editor selected in your file list. Is there an option for this in Android Studio?

like image 985
thecoolmacdude Avatar asked Jan 22 '14 14:01

thecoolmacdude


People also ask

How do I track a file in Visual Studio?

You can navigate there quickly using Visual Studio Quick Launch (Ctrl + Q). Just type 'Track active' and you will get the quick link to the setting. Keep it checked, and off you go, the solution explorer and the current file will be in sync.

Where is the file located in Android Studio?

open pref -> Keymap , then search 'select file in project view', not 'select opened file'.

What file does Android studio use?

Importing into Android Studio Open Android Studio and select Open an Existing Android Studio Project or File, Open. Locate the folder you downloaded from Dropsource and unzipped, choosing the “build. gradle” file in the root directory. Android Studio will import the project.


1 Answers

In the Project View there there will be a gear icon on heading Tab. Click on that an check the option "Autoscroll from Source" .

autoscroll

like image 52
Piyush Agarwal Avatar answered Oct 22 '22 06:10

Piyush Agarwal