I currently have a problem with Rust that I use Rust-Analyzer for syntax and autocomplete in VS Code and it has to run the compiler when you save a file to "refresh" things.

As you may imagine, this is insanely slow.

So slow that when I switch from a .rs file to a .ts file I feel like I switched computers.