defuz / RustAutoComplete

A SublimeText binding for RACER (Rust auto completion tool)
MIT License
105 stars 20 forks source link

Add function snippets and signatures #20

Closed ghost closed 9 years ago

ghost commented 9 years ago

This MR adds snippet completions* (as seen on first screenshot) and function signature display (as seen on second screenshot). Regarding the signature, you can that sublime for some reason truncated provided completions. It looks pretty bad but I don't know how to fix it.

snippets signatures

*this functionality requires latest racer

glennw commented 9 years ago

Thanks!