Would it be appropriate to include support for rustfmt in the feature matrix? It's in the nursery now, but it's very nice functionality to have in an editor. The repo's README has some instructions on how to use it from a few editors.
I think it should be included, but if this were to be included, we should make it more generic, like "automatic formatting" rather than "rustfmt support".
Would it be appropriate to include support for rustfmt in the feature matrix? It's in the nursery now, but it's very nice functionality to have in an editor. The repo's README has some instructions on how to use it from a few editors.
https://github.com/rust-lang-nursery/rustfmt#running-rustfmt-from-your-editor
The repo covers Atom, Sublime, Emacs and Vim. Anecdotally, VSCode also supports it with the Rusty Code plugin.