intellij-rust: IntelliJ index operation won't stop
I just updated to intellij-rust 0.2.0.2088 and now the indexing operation won’t ever finish.
IntelliJ stops indexing, when I remove the target
folder, but this is no solution as I need to recompile all libs from scratch. As soon es everything is compiled again, the indexing operation kicks in and never stops. Anyone else experiencing this?
I use Windows 10, but I think I witnessed the same problem on my other machine running Ubuntu.
(Downgrading to the previous version fixes this for me temporarily.)
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 3
- Comments: 15 (3 by maintainers)
Commits related to this issue
- Merge #2348 2348: Fix O(2^n) in types parsing r=vlad20012 a=vlad20012 Fixes #2323 Fixes #2161 — committed to intellij-rust/intellij-rust by bors[bot] 6 years ago
this is the reason i quit supporting this company, there is no reason to do this, ide is an overbloated piece of crap, indexing would halt me from developing, on avg in an 8 hour day i would get 4-6 hours of work done. i do not pay to get my time stolen
I have the same problem on Windows 10 and macOS with latest plugin (0.2.0.2088) and latest PyCharm (2017.3.3).
But for me marking
target
directory as Exluded does not work, it is still indexed.And try to just exclude
target
folder from indexing. It should be performed automatically, but maybe something went wrong