How to disable this feature in Android Studio 4.1

Viewed 70

I tried turning off Code lens but this wont turn off, How do i get rid of this feature its quite annoying.

steps to reproduce

  • Press the combination Alt+Shift+R on any code block to refactor it and create a method
  • This window appears on top or bottom based on scrolling position *note that the class was approx 1000 lines

Restarting Android Studio gets rid of this for once but it appears again next time I run above steps.

attaching screenshot for ref (check the top area) check the floating windows above

1 Answers

Please uncheck the code lens. it might be helpful for you.

enter image description here

Related