Search code examples
flutterflutter-layoutdeclarative

How to get these hints/guide in flutter UI development , any shortcuts


is there any shortcut for android studio for mac specially?

enter image description here


Solution

  • These are autocomplete suggestions.

    ctrl+space on mac works here as well.

    You can also set the shortcut in your Android Studio preferences.

    Also, check if Basic Completion is enabled. Specifically: Prefs -> Editor -> General -> Code Completion -> Basic Completion

    Screenshot