How to track opened file(s) in Android Studio? -


i new android studio. in visual studio, there functionality track opened files. i.e if have file named usercontrol.ascx opened in right pane, in left pane, source tree is, high-light file in solution explorer.

does such functionality exist in android studio? poked around ide, , doesn't seem find it?

please advise.

project , file structure

android project view

by default, android studio displays project files in android project view. view shows flattened version of project's structure provides quick access key source files of android projects , helps work gradle-based build system. android project view:

shows important source directories @ top level of module hierarchy. groups build files modules in common folder. groups manifest files each module in common folder.

http://developer.android.com/tools/studio/index.html


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -