我已将Android Studio更新为最新版本,但现在当我使用 CTRL + SPACE 调用自动完成/建议时,会打开建议框但文档窗口也会打开。
有没有人遇到这种情况并知道如何禁用文档窗口的打开?
答案 0 :(得分:108)
我在OSX上使用Android Studio 0.8.1并且遇到了同样的恼人行为。
@ daniel-gabriel的答案不是我想要的。
更好的解决方案似乎是转到Preferences > IDE Settings section > Editor > Code Completion
(位于Preferences->Editor->General
中的AS 1.2.2)并取消选项(ms)中的Autopopup文档: < / p>
答案 1 :(得分:45)
Ctrl-Q在文档窗口状态之间切换(使用默认键映射时)。
可能的状态是:
-Hidden
-Shown to the side of the auto-complete list
-Docked as one of the tabs
如果您有不同的键盘映射,则可以在“设置”中搜索此操作 - &gt;键盘映射。该操作称为“快速文档”。
答案 2 :(得分:35)
对于ubuntu 14.04: 文件&gt;设置&gt;编辑&gt;一般&gt;代码完成
取消 Autopopup文档将隐藏它。
答案 3 :(得分:18)
Windwos &amp;&amp; Linux (ubuntu):
File > Settings > Editor > General > Code Completion
对于 Mac :
Android Studio > Preferences > Editor > General > Code Completion
<强> 1。 unChecked:AutoPopup文档(在CodeCompletion中)
<强> 2。 unChecked:AutoPopup(在参数信息中)
答案 4 :(得分:3)
在Mac OSX上,要将“文档”窗口恢复为自动隐藏弹出窗口,请从弹出窗口齿轮图标中将弹出窗口工具栏切换到选中状态,然后单击文档窗口工具栏中的“恢复弹出窗口”图标。 / p>
答案 5 :(得分:1)
我更喜欢更快的解决方案......
Press Ctrl + Space and let the "Documentation" window pop-up. 1) Click on the Settings icon and uncheck all the options except "Docked Mode". 2) Now push documentation window to the right, so as to make it invisible. With this even though with press of "Ctrl + Space", internally command will pass to open the Documentation Window but it will not be visible and interfere with the workspace.
我希望有所帮助。快乐的编码...