Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Flutter Tooltips Not Showing

I am following along a tutorial for Flutter using Android Studio. The instructor's screen shows more detailed tooltips / hints than my environment does.

I am unsure of how to enable these extra details.

Examples

Instructor's Screen (extra tooltip details in red): enter image description here

My Screen enter image description here

like image 896
Matthew Rideout Avatar asked Jan 01 '23 18:01

Matthew Rideout


2 Answers

Go to Preferences->Editor->General->Code Completion

Check the box "Show the documentation popup in xxx ms"

like image 53
Jadezzz Avatar answered Jan 04 '23 16:01

Jadezzz


After having the Basic Code Completion open (Control + Space), then hit Control + Q (Win/Linux) or Control + J (Mac) to open the Quick Documentation Lookup, this will make your screen appear as your instructors. Alternatively, just hit the last keyboard shortcut to only see the Quick Documentation Lookup.

For more keyboard shortcuts see: https://developer.android.com/studio/intro/keyboard-shortcuts

like image 27
Tor-Martin Holen Avatar answered Jan 04 '23 16:01

Tor-Martin Holen