Hacker News new | ask | show | jobs
by mike_hearn 28 days ago
You shouldn't be seeing indexing once per start. The indexes are stored to disk. You might see the IDE scan files to figure out if anything changed whilst the IDE was stopped.
1 comments

How did you manage to get the Java LSP to do that? Mine just insist on re-parsing the entire codebase every time I view a file.
Ah sorry, I've never used that. I was talking about IntelliJ and related IDEs.