Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是flutter的新手,我正在使用android studio,我想知道是否有任何快捷方式可以在android studio它自己时查看任何特定小部件的所有属性,而无需转到文档页面。请帮助,真的有助于减少开发时间。
就我而言,它是ctrl+ space。但我没有使用苹果的 mac mini 键盘。
所以“在我的情况下” ctrl+space是最有用的。然后您可以单击一些小部件,例如文本,然后按ctrl+j来查看文档。您也可以按cmd+p来查看内联模式下的所有属性。
在 Mac 中(control + J),如果不起作用,请转到首选项或设置,然后转到键盘映射,然后在那里搜索文档。你会得到快捷方式。也试试( command + p ),我认为这对你想要找到的东西有用。
(control + J)
( command + p )
此功能称为代码完成:
在我的 MacbookPro 和 Android Studio Smart Code Completion -> ++fn上工作。然而,基本快捷键+被 MacOs 键盘输入设置所掩盖。所以禁用解决了这个阴影。现在两个快捷方式都可以使用。^space^spaceselect the previous input source
select the previous input source