Changelog #200

Commit: 862a300
Release: 2023-09-25 (v0.3.1673)

New Features

  • #15582 (first contribution) add option to show full signatures in completion docs.

  • #15484 add "bool to enum" assist, to replace variables, fields, constants and statics with a new enum.

Fixes

  • #15621 (first contribution) give unmerge_use a label explaining what it will affect.

  • #15651 wrap inlined closures in parentheses.

  • #15635 compute inlayHint.textEdit eagerly for VS Code.

  • #15587 fix autoimport on traits already imported as _.

Internal Improvements

  • #15615 (first contribution) fix some Clippy lints.

  • #15620 (first contribution) change exclude_labels to exclude_titles in triagebot config.

  • #15632 use load_workspace_at for rust-analyzer scip.

  • #15492 extend check.overrideCommand and buildScripts.overrideCommand docs.

  • #15616 use in-tree rustc dependencies with a cfg flag.

  • #15637 update chalk.

  • #15432, #15594 de-unwrap inline_call, add_missing_match_arms, convert_comment_block and desugar_doc_comment.