Kotlin 1.1.3 support
The editor can now display Parameter hints (introduced earlier for Java), along with Type hints, that is inferred type where it’s not explicitly set.
Performance
Arbitrary modules can now be marked as Unloaded to conserve CPU and memory resources when working on large projects.
You can suspend indexing and resume it at your convenience, for example, to save battery power.