@phoenix-plugin-registry/rrandom.rust-ide
v1.0.8
Published
Help coding Rust in Brackets: lint, autocomplete, quick-edit, syntax highlight
Downloads
4
Readme
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
Quick Edit
NOTE
quick-edit now search function endline based on your rust code indentation, the result maybe inaccurate.