| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
KinColon
8年前发布

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.

 本文由用户 KinColon 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1454638857355.html
Rust 开发工具 分布式/云计算/大数据