/intellij-rust

Rust IDE built using the IntelliJ Platform

Primary LanguageKotlinMIT LicenseMIT

Rust IDE built using the IntelliJ Platform

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

NOTA BENE

This is a work in progress and (as may be assumed reasonably enough) may be highly unstable just yet.

Installation

At the moment we ship pre-release builds in the nightly channel only.

To use them you need to follow the instructions of adding additional plugin repository and paste the URL for the one you need:

- Rust: https://plugins.jetbrains.com/plugins/nightly/8182
- TOML: https://plugins.jetbrains.com/plugins/nightly/8195

See the quick start and tips & tricks for tutorial and screenshots!

NOTA BENE: To successfully import Cargo-backed project you will need Cargo from at least 1.8.0 toolchain.

As this is a preview release, something might go wrong. So, be brave to face some nasty bugs.

Recent changes

We have completely reworked internal project representation to make plugin compatible with all IntelliJ based IDEs. To migrate your project please remove .idea and *.iml files and reopen it as described in the updated quick start. The old guide is available here.

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, check out CONTRIBUTING.md guide and up-for-grab tasks.