Find usage of id not working in Android Studio on Windows

放肆的年华 提交于 2019-11-30 11:06:33

To fix the autocomplete go to:

File -> Invalidate Caches -> Restart -> Click at Invalidate and Restart

I was having the same problem and unfortunately @josedlujan's answer does not solve the problem.

Alternatively, you my try the Ctrl+Shift+F to certainly find what you want, also double clicking Shift will open a quick dialog to find certain keyword in the whole project.

In my case I was not finding anything since I had "File name Filter" checked and I was just looking in build.gradle.

There are two options to resolve the problem:

1. Uncheck option "File name Filter" or,
2. Just filter to *.java or whatever type of file you want

Another reason why that shortcut is not working is that, probably you GEFORCE EXPERIENCE is using that shortcut, which happened to my system: Remove that shortcut in your GEFORCE EXPERIENCE

I learned that from the following link:

https://intellij-support.jetbrains.com/hc/en-us/community/posts/206845105/comments/115000444830

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