How to open my files by double click

3.2k views Asked by At

Android Studio was working fine, and unexpectedly, each time I do single click on any class android studio immediately opens it.

I googled how to disable this options and one suggestion was to change the key map..i did that as shown int he picture below..I changed the action of "Jump To Source" to be done by single click..then I clikced ok...but that did not solve the problem

please let me know how to open my file by double click not by single click

image

enter image description here

2

There are 2 answers

2
meistermeier On BEST ANSWER

Have you activated the Autoscroll to source option in the project view? This will always open a clicked source file.

autoscroll to source option

0
Regis St-Gelais On

For your secondary question: clicking on this icon will highlight the class that is in the current tab in the treeview

enter image description here