Intellij IDEA CE 12 Android XML Code Completion not working

房东的猫 提交于 2019-12-04 05:43:09

Please check that project is configured properly and your module has Android facet and Android SDK Platform in the dependencies.

IntelliJ IDEA performs indexing of the JSDK, Android Platform and your project when you open it for the first time. You need to wait for the indexing process to complete (progress is displayed in the status bar at the bottom).

Once indexing is complete, you should get all the code completion options available. If for some reason it still doesn't work, try File | Invalidate Caches and restart IDEA.

Faust,

I was having the same problem and here are the solutions I found:

  1. Go to File->Power Save Mode and disable it.
  2. Go to Preferences->Editor->Code Completion and check Autopopup code completion
  3. Go to File->Invalidate Caches and restart.

Disabling Power Save Mode is what fixed it for me!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!