Changelog #195

Commit: 83b3ba1
Release: 2023-08-21 (v0.3.1631)

New Features

  • #15477 record import aliases in symbol index.

  • #15446 add status bar button to toggle check on save.

Fixes

  • #15463 show generic constant defaults in hover.

  • #15473 honor #[doc(hidden)] in auto-import and completions.

  • #15383 suggest type completions for type arguments and constant completions for constant arguments.

  • #15418 fix signature help of methods generated by macros.

  • #15410 rewrite De Morgan’s assist to avoid string manipulation.

  • #15179 substitute default values of const params in "Add missing members".

  • #15420 increase the buffer size for the discover project command.

Internal Improvements

  • #15466 add offset param to token descend API.

  • #15472 record import origins in ItemScope and PerNs.

  • #15426, #15429, #15434 de-unwrap convert_to_guarded_return, generate_delegate_methods and generate_derive.

  • #15461 always collect memory usage info in analysis-stats.

  • #15482 pin serde to the last non-blobby release.