1.0.8 • Published 3 years ago

@phoenix-plugin-registry/rrandom.rust-ide v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Rust-IDE

Brackets extension Rust-IDE


This Brackets extension needs racer to complete code. After install racer correctly, open the Rust-IDE Settings dialog from File Menu, set the correct racer path.

Get racer here: https://github.com/phildawes/racer

Features

Lint (experimental)

Lint use rustc -Zno-trans and cargo rustc -Zno-trans, so ensure you have rustc and cargo in your system path.

Code Hint

Rust-IDE

Quick Edit

Rust-IDE

NOTE

quick-edit now search function endline based on your rust code indentation, the result maybe inaccurate.

Credits