RustDT v0.5.0 Release Notes

Release Date: 2016-02-25 // about 8 years ago
    • ➕ Added support for Outline, Quick-Outline, and on-the-fly parser errors, using the Rainicorn tool.
    • ➕ Added download operation to the Racer preferences (uses cargo install), as well as to the Rainicorn preferences.
    • ➕ Added "match", "matchb", "apl", and "main" code snippets.
    • ➕ Added: The title of a Rust editor for "mod.rs" files is now "[foo]", where foo is the name of the parent directory (this should be the same as the module name). The objective is obviously to disambiguate editors when you have several "mod.rs" files open.
    • 🛠 Fixed: Dirty editors are now automatically saved if a build is invoked directly from a Build Target in the Project Explorer. (if the workspace "Save automatically before build" option is enabled).
    • 🛠 Fixed workspace resource locking when a build is invoked directly from a Build Target in the Project Explorer.
    • 🛠 Fixed regression: Console view always activates when a build is invoked.
    • 🛠 Fixed bug with Content Assist snippets using the ${word_selection} variable.