Hacker News new | ask | show | jobs
by steveklabnik 2569 days ago
The compiler team is planning on following in C#’s footsteps with the rust-analyzer project.
2 comments

I can only recommend trying it out. It works comparatively well. The problem with RLS is that it always needs working code to compile in between and it always loses state. I think it's a design issue at the core of RLS. rust-analyzer does this a lot better and faster, but is still in an early stage.
That would be great! One thing that makes working with a language pleasant is good tooling.