PyCharm indexing goes into infinite loop pycharm 不同的indexing

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?

shareimprove this question asked Jul 25 '14 at 12:30 PyCharm indexing goes into infinite loop   pycharm 不同的indexingbigblind 7,3851010 gold badges5050 silver badges8989 bronze badges add a comment

1 Answer

activeoldestvotes 7  

Open 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 PyCharm indexing goes into infinite loop   pycharm 不同的indexingcbrendanprice 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.  

Your Answer

 

上一篇:Swift学习——A Swift Tour 协议和扩展


下一篇:tcp 的三次握手和四次挥手