Changelog #206

Commit: c1c9e10
Release: 2023-11-06 (v0.3.1722)

New Features

  • #15819 (first contribution) skip token tree limit for include! macro calls.

  • #15832 add generate_mut_trait_impl assist:

    Screen recording showing the assist adding an `IndexMut` impl from an existing `Index` one

Fixes

  • #15827 (first contribution) add formatters category to VSCode metadata.

  • #15788 allow importing traits as _:

    Screen recording showing both `import Foo` and `import Foo as _` being available in the quick fix menu
  • #15834 fix docs path for derive macros.