Changelog #63

Commit: 336909b
Release: 2021-02-08

Sponsors

Become a sponsor: On OpenCollective or GitHub Sponsors.

New Features

  • #7535 extract function assist:

    106980190 c9870800 6770 11eb 83d9 3d36b2550ff6
    106980197 cbe96200 6770 11eb 96b0 14c27894fac0
    106980201 cdb32580 6770 11eb 9e6e 6ac8155d65ac
    106980205 cf7ce900 6770 11eb 8516 653c8fcca807
  • #7562 generate enum match method assist:

    107213058 8945b500 6a10 11eb 95ea 2aa862334609
  • #7520 show underlying type of type aliases.

  • #7578 add a semantic token type for char literals.

Fixes

  • #7508 show code suggestions regardless of applicability.

  • #7509 improve nvim-lsp setup instructions.

  • #7512 reap proc macro server instances.

  • #7514 only allow one proc-macro process.

  • #7567 remove unnecessary allocs in case_conv.

  • #7574 remove various redundant clones.

  • #7576 fix resolveCodeAction trying to edit files before creating them.

  • #7505 widen highlight root range to covering element.

  • #7573 do not overwrite npm lock file on install.

Internal Improvements