rust-analyzer

Run tests from more places with Rust-Analyzer

Until now, rust-analyzer’s “Run” menu would only let you run test modules if your cursor was inside the test module, but not if you were editing some production code in the same file 😢.

Starting Today, you can run your tests from anywhere in the file, without taking your hands off the keyboard 😍!

Generate Enum Variant with associated values in Rust Analyzer

I’ve continued contributing to Rust Analyzer, and recently implemented a new feature that I’m exited to share with y’all: the “Generate Enum Variant” assist now supports associated values!

Improving “Extract Function” in Rust Analyzer 

Over the last several weeks, I’ve made a series of small improvements to Rust Analyzer, mostly focusing on the “Extract Function” assist.