TipVisor
TipVisor

Reputation: 1092

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

Upvotes: 0

Views: 182

Answers (1)

Android_id
Android_id

Reputation: 1601

In Android Studio Goto

 File->Settings->Editor->General

and Enable

Show quick documentation on mouse move.

You can see the screenshot below

Upvotes: 3

Related Questions