Build Status | |
---|---|
TeamCity | |
Travis | |
AppVeyor |
This is a work in progress, some features are implemented partially (most notably completion), there may be performance and stability problems.
Visit intellij-rust.github.io to find documentation about available installation options and features.
If you want to jump straight in, install IntelliJ IDEA, open Settings > Plugins > Browse repositories
,
install Rust plugin, and use project from existing sources action to import a Cargo-based project.
The plugin should be compatible with any Intellij based IDE starting from build
143.2287.1. For example, the minimum supported IDEA version is 15.0.4, the
minimum supported CLion version is 1.2. See Help > About
menu in the IDE to
learn the build version you are using.
You're encouraged to contribute to the plugin in any form if you've found any issues or missing functionality that you'd want to see. In order to get started and to learn about plugin architecture check out CONTRIBUTING.md guide. Good first bugs are tagged with up-for-grab.