New Features
- Typification for fields.
- Better completion for attributes (by @bgourlie).
- Better resolve for inherent and non inherent trait methods.
- Resolve for
Self
type.
- Better project import: toolchain is setup automatically in non IDEA IDEs,
sources, tests and ignore roots are setup according to Cargo contentions.
- Red code and quick fix for invalid struct literals.
Fixes
- Fix resolve caching improving performance.
- Fix macro invocation grammar.
- Fix completion for methods to be on par with resolve.
- Create new project adds the necessary content root.
Refactorings