flutterandroid-studioidetooltip

Android Studio - Double tooltip when hovering over classes in flutter


I updated Android Studio to Koala 2024.1.1

enter image description here

and now, everytime I hover over a class, I get 2 tooltips. The first one:

enter image description here

which is the one i want.

In less then 1 second, though, it gets replaced with a second one which I don't want:

enter image description here

Is there a solution? Is this a known bug or is it maybe caused by something else like my plugins? Thanks for any help


Solution

  • The highly bothering issue come from Debugger, you can uncheck the following setting to solve this : Build, Execution, Deployment, Debugger, Data Views, Show value tooltip. enter image description here