Changelog #46
Commit: b7596d2
Release: 2020-10-12
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
-
#6154shorten type hints forstd::iteriterators.
-
#6111add assist for converting the base of integer literals.
-
#6139addrust-analyzer.assist.importPrefixconfiguration open to configure style of auto-import. -
#6140honorhover.contentFormatclient capability and strip markdown markup for clients which don’t support it. -
#6160add validation check for ambiguous trait objects. -
#5651fix proc macros support for Rust 1.47. -
#6176supporteprintln!postfix completion. -
#5858show reasons for failed renames.
Fixes
-
#6127correctly complete items with leading underscore. -
#6143fix name resolution for proc-macros. -
#6147tweak Remove dbg assist to remove useless parenthesis in more cases. -
#6124normalize-in crate names for display purposes. -
#6148fix trait object hir formatting behind pointer and references. -
#6128trim all trailing whitespace in onEnter. -
#6158fix negative literals in procedural macros. -
#6185better diagnostics for invalidRUST_SRC_PATH.