android studio3.5不自动提示了怎么修改?
时间: 2023-07-28 07:32:47 浏览: 199
如果你遇到了 Android Studio 3.5 不自动提示的问题,可以尝试以下步骤解决:
1. 检查是否启用了自动提示功能:在 Android Studio 中,点击菜单栏的 File -> Settings -> Editor -> General -> Code Completion,确保选中了 Show suggestions for,包括 Basic,Smart 和 Other。
2. 检查是否启用了关键字自动提示:在 Android Studio 中,点击菜单栏的 File -> Settings -> Editor -> General -> Code Completion,确保选中了 Autopopup code completion,包括 Basic,Smart 和 Other,并且在 Delay 中输入一个较小的数值,例如 50 毫秒。
3. 检查是否启用了导入包自动提示:在 Android Studio 中,点击菜单栏的 File -> Settings -> Editor -> General -> Auto Import,确保选中了 Optimize imports on the fly 和 Add unambiguous imports on the fly,并且在 Import Layout 中选择了 Show import popup。
如果以上步骤都无法解决问题,可以尝试清理缓存或重新安装 Android Studio。
阅读全文