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/c9p3 著作权归作者所有。请勿转载和采集!