Android Studio XML 自动补全提示消失解决方法
可能是您的 Android Studio 设置中关闭了自动补全提示功能。您可以按照以下步骤打开它:
-
在 Android Studio 中,打开'File' 菜单,选择'Settings'。
-
在'Settings' 窗口中,选择'Editor' > 'General' > 'Code Completion'。
-
确保'Autopopup code completion' 选项被选中,并且'Delay (ms)' 值为 0。
-
点击'Apply' 和'OK' 按钮,保存设置并关闭窗口。
现在,当您编辑 xml 文件时,自动补全提示应该会重新出现。如果这仍然没有解决问题,请尝试重新启动 Android Studio。
原文地址: https://www.cveoy.top/t/topic/kwNZ 著作权归作者所有。请勿转载和采集!