edubkendo / atom-racer

Intelligent code completion for Rust in the Atom Editor. Requires Racer.
MIT License
115 stars 24 forks source link

Display the type and file along with the proposed completion #7

Closed alkama closed 9 years ago

alkama commented 9 years ago

For exemple, for

std::collections::h

It'll show something like:

HashMap   Struct (map.rs)
edubkendo commented 9 years ago

This is awesome.