Changelog #51
Commit: e8c8039
Release: 2020-11-16
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
-
#6524add support for#![feature(rustc_private)]. Setrust-analyzer.rustcSourceto point to a directory with compiler’s sources if you develop tooling which uses compiler directly (clippy, rustfmt, etc). -
#6500add.somepostfix template.
-
#6544add.. Default::default()completion.
-
#6472addstaticsemantic tokens modifier to associated functions. -
#6519Open Cargo.toml action opens aCargo.tomlfile, relevant for the current.rsfile.
Fixes
-
#6510fix panic in Extract Struct From Enum Variant. -
#6514Extract Struct From Enum Variant updates references when extracting a record. -
#6511highlight.as an operator. -
#6516fixes to TextMate grammar. -
#6534fix attachment of inner doc comments. -
#6529do not insert imports before inner comments -
#6513support qualified function calls in Remove Unused Parameter assist.