Indexing every time I debug. Too slow.
I'm writing a plugin for intellij, but every time I launch it in debug mode it will index the entire code base I've selected to bring in. I know nothing is changing in that code base so a reindex isn't necessary. The index will take about 30 minutes for it to complete, which is way too long for a turnaround on my changes to code. This is blocking me because I need the index to finish before I can test my plugin. Is there a way to flag it so it doesn't index?
请先登录再写评论。
Logs of debugged IDE contain the reason of the reindexing. Please take a look inside.
As quite possible cause, please note that force quit of IDE leads to reindex on next start.
I have updated to 2020.2 and it is even slower now. But it is not pure intellij problem, when I use gradle in command line it finishes in acceptable time but when I debug inside intellij using gradle plugin never finishes... when in debug mode StubUpdatingService is kind of slower don't know why.