IntelliJ Rust Changelog #67
New Features
-
Support paths relative to workspace directory which are produced by cargo 1.24 (current beta) to add links in console properly
-
Support generic parameters in
Extract Methodrefactoring (by @t-kameyama) -
Sort
extern crateitems while import optimizing (by @farodin91) -
Parse crate visibility correctly (by @mrhota)
-
Use short backtraces by default
Fixes
-
Underline only
impl Trait for Typepart of impl byDifferent impl member order from the traitinspection -
Highlight
automodifier as keyword -
Distinguish items with the same names but different types by
Not all trait items implementedinspection (by @t-kameyama)
Internal Improvements
-
Introduce
TyProjectiontype for associated types -
Tests for stub existence