This is the last release to support IDEA 15. If you want to continue to receive updates, please upgrade your IDE.

New Features

  • Auto-complete functions, enums and structs with parentheses included (by @alygin).

  • Remove special case formatting for macro_use attribute (by @johnthagen).

  • Backtraces are enabled by default and have links to source code (by @alygin).

Fixes

  • Fix slow performance with winapi crate.

  • Fix wrong parsing of statement-like expressions.

  • Don’t try to balance # in raw string literal in presence of parsing errors.

Refactorings

  • Important run configurations are committed to the repository.

  • Stub infrastructure is redone.

  • More resolve operations can be done using only stubs.

  • Resolve procedure is simplified.