Changelog #147
Commit: 187bee0
Release: 2022-09-19
New Features
-
#13058(first contribution) allow setting env vars when runningcargo(cargo.extraEnvandcheckOnSave.extraEnv): -
#13221(first contribution) add option to move lenses above doc comments (rust-analyzer.lens.location):
-
#13216addExtract format argumentassist: -
#13212,#13227addrust-analyzer.imports.prefer.no.stdconfig to unconditionally prefercoreoverstdimports. -
#13186,#13228addrust-analyzer.references.excludeImportsoption to filter out imports onFind all references. -
#13215VS Code: remove theToggle inlay hintscommand.
Fixes
-
#13147,#13257handle trait methods as inherent methods for trait-related types (fixes resolution oftry_into). -
#13223,#13225handle lifetime variables in projection normalization. -
#13235fix prelude injection. -
#13242complete variants and associated items in path pattern through type aliases. -
#13239fixAdd referencequick fix over macro calls.