简体   繁体   中英

Android Studio, how to see “tips(quick documentation)”?

I've been coding in Android Studio for a while now, be as in Kotlin and currently in Flutter. Whenever I am watching tutorials or lectures I see some-how they make a small window pop up that kinda shows some info. Here is a quick screenshot what I'm talking about: 示例图片

I'm just bit curious about that because I know in Flutter you can press alt+enter to wrap certain widgets in other widgets. How do I get that window up?

Kind regards,

Mike

Use the following shortcut while your cursor is on the right place:

For mac:

Control(^) + j

For others:

Ctrl+F1 or Ctrl+Q

What you are looking for is called Quick Documentation . Access it via View -> Quick Documentation .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM