Search code examples
android-studioflutterflutter-widget

Why isn't Android Studio showing widget elements on mouse click?


I saw a video tutorial on flutter coding, of mouse clicking on a widget showing additional information about widgets. Details of that are shown below.

enter image description here

But when I wrote the same code in Android Studio, it didn't show me that additional information. Why is that, and how can I change it?

enter image description here


Solution

  • In Android Studio Goto

     File->Settings->Editor->General
    

    and Enable

    Show quick documentation on mouse move.
    

    You can see the screenshot below