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

Viewed 748

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

2 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.

This is a bug of Android Studio (Arctic Fox). When your IDE is showing a popup window, you need to restart your IDE.

File -> Invalidate Caches / Restart

Related