Android Studio恼人的弹出窗口,用于layout_width和layout_height

时间:2017-02-15 04:59:50

标签: android android-studio android-popupwindow

我在Mac上使用Android Studio 2.2.3。每当我在布局资源XML中添加新元素时,layout_widthlayout_height属性都会自动完成,光标会跳转到layout_width的值(这很好)。

问题是,在很短的时间内没有做任何事情,会出现一个带有match_parentwrap_content文档的弹出窗口,我必须手动关闭此窗口才能输入layout_width的值。然后光标跳转到layout_height并重复相同的过程。添加新视图时,这非常烦人。

有人可以重复这个问题,或者有人知道预防它的方法吗?

下面是问题的GIF动画:

Annoying documentation popup

4 个答案:

答案 0 :(得分:3)

偏好设置>编辑>一般> CodeCompletion>取消选中自动弹出功能

enter image description here

答案 1 :(得分:0)

这称为“快速文档”

Ctrl-Q(MAC上的Command + Q)在文档窗口状态之间切换(使用默认键映射时)。

可能的状态是:

-Hidden
-Shown to the side of the auto-complete list
-Docked as one of the tabs

如果您有不同的键盘映射,则可以在“设置”中搜索此操作 - >键盘映射。该操作称为“快速文档”。

Source

答案 2 :(得分:0)

您可以验证是否

  

档案 - >设置 - >编辑 - >一般 - > “其他”部分...“显示鼠标移动的快速文档”未选中?

以下是相同的视觉效果: Show Quick DOcumentation

答案 3 :(得分:0)

对于Windwos&& Linux(ubuntu):

File > Settings > Editor > General > Code Completion

对于Mac:

File > Preferences > Editor > General > Code Completion

unChecked:AutoPopup文档