Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Manually rebuild PyCharm index [duplicate]

Sometimes PyCharm becomes very slow. And after 20-30 mins of slowness, it rebuilds its index. Are there any ways to manually trigger rebuilding PyCharm indexes?

like image 317
Mohan Avatar asked Sep 06 '14 00:09

Mohan


People also ask

How do I reindex in PyCharm?

To force reindex a project, use Invalidate caches. Indexing in PyCharm is responsible for the core features of the IDE: code completion, inspections, finding usages, navigation, syntax highlighting, and refactorings.

How do I stop indexing in PyCharm?

In order to stop PyCharm from indexing the 'lib' directory, right-click on this directory and select Mark Directory as, then Excluded. This directory will now no longer be indexed by PyCharm.


1 Answers

"File" > "Invalidate Caches / Restart..."
like image 60
tknickman Avatar answered Dec 27 '22 18:12

tknickman