찾아보니 아래와 같이 3가지 방법으로 의견이 나뉜다.

 

 

1. File - Invalidate Caches / Restart - Invalidate and Restart를 누르면 해결된다 한다.

 

 

2. 'delete 'caches' folder in user/.IntellIJIdea13/system/ '

즉, C:\Users\User\.PyCharmCE2017.2\system\에 있는 caches폴더를 삭제한다.

 

https://stackoverflow.com/questions/15991561/intelli-j-idea-takes-forever-to-update-indices

 

3.

Preferences > Project Settings > Project Structure

Select the symlink and exlcude it from the project. This will prevent Pycharm from including and indexing the folder.

https://stackoverflow.com/questions/24955896/pycharm-indexing-goes-into-infinite-loop

 

File - Settings - Project: yourprojectname - Project Structure - Right click on folder and press "Excluded"

https://stackoverflow.com/questions/29030682/pycharm-4-0-5-hangs-on-scanning-files-to-index-background-task

 

Posted by uniqueone
,