IntelliJ Rust Changelog #88
New Features
-
Implement
Run Anythingaction for Cargo. Note, the action is available since 2018.3
-
Support
Copyrightplugin. Note, the plugin is not available in CLion (see the corresponding issue)
-
Highlight code blocks in quick documentation
-
Add formatter setting for indenting where clauses (by @msmorgan)
Fixes
-
Do not show
Cannot moveerror annotation for a copyable type parameter -
Fix grouping of usages in the
Findtool window (by @kumbayo) -
Fix parsing of macros and float literals
-
Handle method defined by macros better
-
Improve
lldbformatters: correctly print empty&str, values ofRefandRefMutstructs, as well asweakproperty ofRcandArc -
Fix lifetime completion (by @Dimonchik0036)
-
Properly handle explicit
--no-runparameter in cargo run configuration
Internal Improvements
-
Update IDEA & CLion. Now 2018.3 platform is default for development
-
Correctly invalidate caches for Rust language injections