/intellij-rust

Rust IDE built using the IntelliJ Platform

Primary LanguageKotlinMIT LicenseMIT

logo Rust IDE built using the IntelliJ Platform

Build Status
TeamCity TeamCity Build Status Performance
Travis Travis Build Status
AppVeyor AppVeyor Build Status

Join the chat at https://gitter.im/intellij-rust/intellij-rust

Status

This is a work in progress, some features are implemented partially (most notably completion), there may be performance and stability problems.

Usage

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.

Compatible IDEs

The plugin should be compatible with any Intellij based IDE starting from build 143.2287.1. This includes all 2016.1 releases and newer. 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.

Contributing

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.