Home > Enterprise >  Why does Android Studio IDE focuses/highlights values?
Why does Android Studio IDE focuses/highlights values?

Time:01-20

I am facing such an issue (for me) when moving mouse into editor field, the Android Studio IDE highlights some values in a rectangle. Screen

What is that and how can I disable? Its really annoying. Many thanks in advance.

CodePudding user response:

This is to highlight Live Edit of Compose Literals, i.e. values that can change in your Live Edits. You can disable it by unticking effects in settings. Please see screenshot below.

enter image description here

  • Related