Skip to content

rrandom/Brackets-Rust-IDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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