How do I force Android Studio to always open search results in the search box?

Lately Android Studio started opening search results (Ctrl + Shift + F) in an intermediate window:

enter image description here Is there a way so that I can automatically open a search result in the Search Box instead of clicking Ctrl + Enter

?

I am using Android Studio 2.4 Preview 6

+3


source to share


1 answer


in the Help menu -> edit custom VM options, set the following



-Dide.find.as.popup = false

+1


source







All Articles