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?
Asked
Active
Viewed 886 times
11

oguz ismail
- 1
- 16
- 47
- 69

Sir Codesalot
- 7,045
- 2
- 50
- 56
-
did you solve it somehow? – Francis Aug 04 '21 at 14:04
-
by removing it and installing the stable version – Sir Codesalot Aug 05 '21 at 05:39
-
1I have the latest stable version and this super annoying feature is there too... It even goes beyond the Android Studio Window - it sometimes appears on my second screen! – Jiří Křivánek Aug 06 '21 at 07:29
-
I have this exact same problem and posted about it here: https://stackoverflow.com/questions/68682622/android-studio-strange-code-sub-windows-after-upgrade-to-arctic-fox-2020-3-1 - I sure would like to fix this. I have Arctic Fox 2020.3.1. – JJJones_3860 Aug 11 '21 at 17:31
-
See answer in my comment link just above. – JJJones_3860 Aug 14 '21 at 02:17
2 Answers
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