https://*.com/questions/24955896/pycharm-indexing-goes-into-infinite-loop
5
I opened up a directory with PyCharm, and after it was done indexing, I still didn't get code completion suggestions, so I invalidated the cache. When I reopened PyCharm, I noticed that it was indexing
/usr/local/google_appengine/google_appengine/google_appengine/...
so it turns out there's a symlink or alias (not sure which) to itself. So I removed it, invalidated the cache and restarted PyCharm. When PyCharm started, the same problem was back, so it looks like PyCharm put the symlink back. How do I tell pycnarm to use the file system as its source of information?
pycharm shareimprove this question asked Jul 25 '14 at 12:30 bigblind 7,3851010 gold badges5050 silver badges8989 bronze badges add a comment1 Answer
activeoldestvotes 7Open up
Preferences > Project Settings > Project Structure
Select the symlink and exlcude it from the project. This will prevent Pycharm from including and indexing the folder.
shareimprove this answer answered Aug 14 '14 at 13:54 cbrendanprice 36022 silver badges88 bronze badges add a comment Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.