Tech
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.
Estimates are awful; Estimating is great!
In my experience, estimates stop being useful as soon as they escape the team.
The value comes from the process of estimating itself, not the estimates…
Introducing ChartZapp!
This week, I’m excited to announce the beta release of ChartZapp, a new way to look at Canadian Campus Community Radio Charts. It’s a project I’ve been tinkering with in my spare time for the past few months, and while I plan to continue it’s development, I figured it was high time to kick it […]