feat: workspace symbols warmup (Phase 2) - #158
AlexCannonball wants to merge 1 commit into
Conversation
|
At the moment still a very early attempt to implement eager warmup + lazy query evaluation from #130 (comment) TODO list from the top of my head:
|
|
Quick update on Phase 2 refactoring: I'm currently pushing all heavy synchronous workloads (Tree-sitter processing, As expected, introducing Right now, the IDE is reporting 100+ cascading type mismatch and lifetime errors. I am currently grinding through these compiler errors layer by layer to align all the type boundaries and will continue pushing updates to this PR as soon as the core compilation passes. Still on it! |
|
Are you still working on this? |
|
Hello @coder3101 Yes, I do. Currently I'm trying to switch LSP notification handling to async. The order of notifications must be preserved and |
Improvements related to Phase 2 from #130