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