Closed vertexclique closed 7 years ago
This issue can be better with a link...
https://vertexclique.github.io/tokamak/
Learned about this "IDE" only recently.
Based on Atom, so I am not sure how it differs from existing packages like language-rust
, racer
, linter-rust
.
Looks like a meta-package, grouping these and adding more...
Yeah it is just a meta package but it also gives you option to:
The plugin was added a while ago; thanks for the input, and best luck for your comeback ;)
Thanks :) P.S. It supports code formatting out of the box with both auto formatting and manual formatting.
https://vertexclique.github.io/tokamak/
Moreover it has cargo, toolchain and terminal support
P.S.: I was going to implement IDE like features for Rust(because of that I called it as IDE at the beginning). But I came across this: https://github.com/rust-lang/rfcs/blob/master/text/1317-ide.md Which will take place in future.
@contradictioned