Due to lack of Rust IDE, I am forced to use Sublime 3 with Rust plugin which I find really useful anyway. I was wondering how to improve learning curve with Rust. Does sublime have eclipse like Content Assist for Rust std? Is there an easy way to browse Rust std without going to the Internet?
I usually have a local build of Rust with docs (they come with the tar file, too). rustdoc
is pretty easy to navigate.
However, glennw's RustAutoComplete plugin using the RACER tool gives you decent stdlib completion within Sublime Text.