ShortFinger / intellij-rust

Rust IDE built using the IntelliJ Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 experimental implementation targeting bleeding-edge version of Rust language 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 usage docs for tutorial, screenshots and tips!

NOTA BENE: To successfully import Cargo-backed project you will need a fairly recent version of cargo installed (at least cargo 0.9.0-nightly (6c05bcb 2016-01-29)). To install nightly version of the Cargo please follow the instructions at crates.io. Note that you can use nightly Cargo with stable version of Rust just fine.

NOTA BENE: To use Run Configurations with IDEA 15.0.3 please update your Kotlin plugin.

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

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.

About

Rust IDE built using the IntelliJ Platform

License:MIT License


Languages

Language:Kotlin 85.7%Language:Rust 8.1%Language:Lex 3.7%Language:Java 2.4%Language:HTML 0.1%Language:RenderScript 0.0%