简体   繁体   English

Android Studio,如何查看“提示(快速文档)”?

[英]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.我已经在 Android Studio 中编码了一段时间,就像在 Kotlin 和目前在 Flutter 中一样。 Whenever I am watching tutorials or lectures I see some-how they make a small window pop up that kinda shows some info.每当我看教程或讲座时,我都会看到他们如何制作一个小的 window 弹出窗口,显示一些信息。 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.我对此有点好奇,因为我知道在 Flutter 中,您可以按 alt+enter 将某些小部件包装在其他小部件中。 How do I get that window up?我如何让 window 起来?

Kind regards,亲切的问候,

Mike麦克风

Use the following shortcut while your cursor is on the right place:当您的 cursor 位于正确位置时,请使用以下快捷方式:

For mac:对于 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 .通过View -> Quick Documentation访问它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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