github rust-lang/rust-analyzer 2023-11-13

latest releases: nightly, 2024-06-24, 2024-06-17...
7 months ago

Changelog #207

Commit: 416e9c8
Release: 2023-11-13 (v0.3.1730)

New Features

  • #15847 preview struct fields on hover:

    Screen recording showing that hover tooltips on structs now include a list the fields

  • #15871 add config for preferring / ignoring prelude modules when inserting imports.

Fixes

  • #15860 truncate closure capture place for raw pointer.
  • #15864 be more lax when finding Self references.
  • #15854 ignore #[doc(hidden)] when implementing missing members.
  • #15866 improve check when overriding expansion limit for include!.

Internal Improvements

  • #15881 (first contribution) fix JSON syntax in VS Code settings samples.
  • #15849 update rustc dependencies.
  • #15880 include TOML files in the vfs.

See also the changelog post.

Don't miss a new rust-analyzer release

NewReleases is sending notifications on new releases.