Pycharm re-index every time I stop typing
Everything was working fine but now for some reason, PyCharm will perform an indexing every time I stop typing.
This is not just extremely annoying, it stops me from using any form of autocomplete or live template.
To describe my problem more clearyl:
- I start typing reactcomp (which is my shortcut to create a react component)
- Here I expect the autocomplete menu to appear to propose to use my live template
- Instead, the whole code on my file turns grey for one second, while a new indexing is performed, then colored code come back
This indexing happens as soon as I stop typing for more than 0.2 seconds
I have no idea what is triggering that, it was fine just yesterday. I tried to perform an update to fix it, but it didn't change anything.
Please sign in to leave a comment.
Okay, I did `File > Invalid Caches / Restart ` and it fixed it.