11

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

oguz ismail
  • 1
  • 16
  • 47
  • 69
Sir Codesalot
  • 7,045
  • 2
  • 50
  • 56

2 Answers2

4

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.

Sir Codesalot
  • 7,045
  • 2
  • 50
  • 56
0

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

superjos
  • 12,189
  • 6
  • 89
  • 134
Ahamadullah Saikat
  • 4,437
  • 42
  • 39