我刚刚从 Eclipse 切换到 Android Studio (IntelliJ)。
我无法弄清楚自动完成是如何工作的!我试过 Control + Space,Control + Shift + Space,但我没有相关的建议。不在 Java 文件中,不在布局文件中。
还有其他捷径吗?我需要事先启用一些选项吗?
我刚刚从 Eclipse 切换到 Android Studio (IntelliJ)。
我无法弄清楚自动完成是如何工作的!我试过 Control + Space,Control + Shift + Space,但我没有相关的建议。不在 Java 文件中,不在布局文件中。
还有其他捷径吗?我需要事先启用一些选项吗?
首选项 > 键盘映射 > 代码 > 完成 > 基本/智能类型:
这实际上是一个显示问题。我正在使用两个屏幕,并且建议仅在 IDE 位于主屏幕上时出现。
(不完美的)解决方案是将我使用 IDE 的显示器定义为主要显示器。
Just remove all the folder "AndroidStudioPreview";
On Windows:
Go to your User Folder - on Windows 7/8 this would be:
[SYSDRIVE]:\Users\[your username] (ex. C:\Users\JohnDoe\)
In this folder there should be a folder called .AndroidStudioPreview
On Mac OS X
Remove these files:
~/Library/Application Support/AndroidStudioPreview
~/Library/Caches/AndroidStudioPreview
~/Library/Logs/AndroidStudioPreview
~/Library/Preferences/AndroidStudioPreview
您可以通过执行以下操作在 Android Studio 中获取您的自动完成建议:File>Invalidate Coches/Restart...>Invalidate and Restart