Changelog #27
Commit: 7ae247f
Release: 2020-06-01
New Features
-
#4646users.rust-lang.org now includes a dedicated category for IDE-related questions: IDEs and editors. -
#4664add most of the features of rust-analyzer to the manual. Each feature includes a link to the source code which implements the feature. If something does not work exactly as you want it to, you know what to do ;) -
#4602,#4603add semantic token types for boolean literals and self keyword. -
#4534.callpostfix completion. -
#4640addinRustProjectwhen-clause for commands in vscode. -
#4648support the nightly raw reference operator. -
#4562Introduce Named Lifetime assist.
Fixes
-
#4612correctly tag releases. -
#4617fix rendering of hover. -
#4629don’t display inlay hints in diff view in VS Code. -
#4596when completing parameter names, don’t include leading underscore. -
#4592correctly compute text edit during completion if the partially-typed identifier is a keyword. -
#4651to improve completion, prefer first type inif elseif there’s a type mismatch. -
#4653fix match ergonomics in closure parameters. -
#4667infer labelled breaks correctly. -
#4669in VS Code plugin always derive fromprocess.envwhen spawning a child process/shell execution. -
#4674recursively search submodules to find modules in which a definition is visible.