Rust IDE 構建使用 IntelliJ 平臺

來自: https://github.com/intellij-rust/intellij-rust

Rust IDE built using the IntelliJ Platform

BEWARE

This is experimental implementation targeting bleeding-edge version of Rust language and (as may be assumed reasonably enough) is highly unstable just yet.

Installation

We intentionally do not provide a download for the plugin just yet. If you are brave enough and want to use the plugin, you have to build it from source. Note that it will download all build dependencies, so make sure you have enough space (one GB should be enough). You need IDEA 15 (or newer) to use this plugin.

Building:

$ git clone https://github.com/intellij-rust/intellij-rust --recursive
$ cd intellij-rust
$ ./gradlew buildPlugin

This creates a zip archive in build/distributions which you can install with the Install plugin from disk... action found in Settings > Plugins .

Usage

See theusage docs.

Bugs

Current high-volatility state entails no support just yet, so be patient, please, and save your anger until it hits stability milestone (at least) Until then, no crusade to fight any issues (even completely relevant ones) may be possible.

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 outCONTRIBUTING.md guide.

</article>

 本文由用戶 KinColon 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!