IntelliJ Rust Changelog #22
New Features
-
Live template for benchmark (
bfn) by @Keats. -
First stab at Unelide lifetimes intention (by @ujpv).
-
Introduce variable is available via
letpostfix template (by @ujpv).
Fixes
- Better caret placement for Add Fields quick fix.
- It’s possible to run tests directly from Goto File action.
- Postfix templates
par(1 + 2.par -> (1 + 2)) andlambda(1 + 2.lambda -> || 1 + 2) by @ujpv. - Expression selection for Introduce Variable is more natural.
- Compatibility with the latest EAP IDEA and nightly Rust.
Refactorings
RustPathis used to express fully qualified paths.