Great! I've just tweaked vim for rust today.
It'll be more better with tagbar (like symbols-tree-view in atom or outline view in eclipse) and rusty-tags (automatically generates ctags for given crate & dependencies)
Thanks, I'll be evaluating tagbar, from the looks of it, I'm guessing tagbar is equivalent to outline in eclipse. Though, as far as I am aware, RustDT for eclipse outline is not yet supported.
I don't know if rust.vim supports extracting the tags though, I will see.
Oops seems like tagbar is a bit tricky to install, and it seems it needs dependency that is still hosted on sourceforge.net. I guess I'll skip this plugin for now.
Hi, I think you might be interested in the this, I've started work this week on an external tool that could be used to provide an outline for IDEs/editors:
As you guessed, RustDT doesn't support this yet, but I plan to use the tool above to support editor outline (as well as on-the-fly error reporting). It could be used to provide the ranges for editor folding, although I'm not sure that apply to Vim
I have set up my vim with the rust syntax plugin and YouCompleteMe, which connects to racer to complete functions etc. I welcome your effort to build a complete package.