其他分享
首页 > 其他分享> > Android Studio恼人的弹出窗口,用于layout_width和layout_height

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

作者:互联网

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

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

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

下面是问题的GIF动画:

Annoying documentation popup

解决方法:

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

enter image description here

标签:android,android-studio,android-popupwindow
来源: https://codeday.me/bug/20190627/1308252.html