IntelliJ Rust Changelog #20
New Features
-
Disable naming convention inspections by
allowattributes (by @alygin). -
Introduce variable refactoring (by @LiamClark).
-
Colored Cargo output on Linux and Mac.
- New intentions by @Litarvan:
- add/remove
mutfrom the reference, - add an
implblock.
- add/remove
-
Parameter hints (
Ctrl+P) by @alygin. -
matchpostifx template (by @ujpv). - Separate configurable color for
?operator (by @alygin).
Fixes
-
Make sure that all indexes are invalidated if the grammar is changed.
-
Fix parsing of
{1} & 2;(these are two different statements). -
Explain links work for warnings as well (by @alygin).
Refactorings
-
Overhaul
build.gradle. -
Toml plugin again lives in intellij-rust repository.
-
Gradle console output for tests is a bit less verbose.