New Features

  • Better autocompletion for methods on primitive types (by @kumbayo).

  • Better type inference for tuples and generic functions (by @Undin).

  • Add breadcrumbs, showing current struct, trait and function.

  • Fold documentation comments (by @vasily-kirichenko, gif)

  • Support colors in cargo rustc command (by @alygin).

Fixes

  • Fix ClassCastException during completion.