禁用"文档"在Android-Studio上编写xml文件时弹出窗口

时间:2017-01-07 11:31:36

标签: xml android-studio

我正在Android-Studio中编写 xml文件。我开始输入<LinearLay,然后按输入确认建议,明显地显示:

<LinearLayout
    android:layout_width=""
    android:layout_height=""></LinearLayout>

由于尚未指定widthheight始终会显示一个新窗口(其标题为&#34; 文档&# 34;),并显示以下错误消息:

  

视图应该足够大以包含其内容(加上填充)。

由于这非常烦人,是否有办法禁用此行为?

1 个答案:

答案 0 :(得分:4)

有两种解决方案:

<强> 1。取消固定弹出窗口

Unpinning documentation popup window

现在只有一个小的弹出窗口无需关闭即可继续输入。看到这个GIF动画:

enter image description here

<强> 2。禁用“Autopopup文档”

偏好设置&gt;编辑&gt;一般&gt; CodeCompletion 取消选中(ms)中的 Autopopup文档。

enter image description here

但是,这会禁用所有autopopup文档,也可能是您可能需要的文档。