Changelog #30
Commit: 3370c81
Release: 2020-06-22
New Features
-
#4839implement goto type definition for inlay hints
-
#4851add quickfix to add a struct field
-
#4860accept relative paths in rust-project.json. If a relative path is found as part of Crate.root_module or Root.path, interpret it as relative to the location of the rust-project.json file. -
#4878make Replace Qualified Name With Use replace all mentions of the path. -
#4919Structural Search Replace no longer requires to specify the type of the capture. -
#4916add configuration options to treat certaincargo checkwarnings with hint or information severity.1 2 3 4 5
{ "rust-analyzer.diagnostics.warningsAsHint": [ "unused_variables" ] }
-
#4925highlighting escape sequences in strings. -
#4903adddocumentationto the list of semantic tokens modifiers for code inside doc comments. -
#4963download artifacts into tmp dir. This should prevent partially downloaded files in cases when the user closes vsode before the download is complete. -
#4969handle bindings after @ in patterns.
Fixes
-
#4877fix syntax highlighting of recursive macros. -
#4876don’t highlight unresolved references in doc comments. -
#4915only highlight rust code in doc comments. -
#4959syntax highlighting for documentation comments on macro definitions. -
#4821display doctest code lens before comment. -
#4958fix type inference for Fn traits.