Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio is showing a popup window in the code editor. How can I get rid of it? [duplicate]

I'm using Android Studio Arctic Fox Preview and it started to show me these popup windows in the editor displaying code that is currently out of my view. I couldn't find the name of this feature anywhere. How is it called and how do I make it go away?

enter image description here

like image 575
Sir Codesalot Avatar asked Feb 17 '21 08:02

Sir Codesalot


1 Answers

As JJJones_3860 mentioned in his comment, there's an answer to another question which seems to work and here it is:

Navigate to:

File > Settings... > Editor > Code Editing

under Refactorings > Specify refactoring options:

select In modal dialogs

Press OK.

like image 188
Sir Codesalot Avatar answered Oct 14 '22 06:10

Sir Codesalot