How to know quickly, when rust-analyzer is finished showing errors in neovim

⚓ Rust    📅 2026-03-16    👤 surdeus    👁️ 1      

surdeus

Hi. When coding in neovim (v0.11.4), and saving changes, rust-analyzer (v. 2025-05-12) will highlight a few errors quickly, then after several seconds or longer, it might show more errors. I fix them, save, and wait...and it may or may not show more errors. Depending on the size of the .rs file, it takes a variable amount of time for all the errors to be displayed. So it is hard to know when I am done waiting, unless I wait an extra several seconds or more each time, to know it is finished finding errors to display.

Is there any visual way to tell when rust-analyzer is finished showing errors, so I know I'm done with a page of code and can move on, and not wait longer?

Thanks much!

3 posts - 2 participants

Read full topic

🏷️ Rust_feed