edubkendo / atom-racer

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

Consider adding case insensitive completion #54

Open tacone opened 8 years ago

tacone commented 8 years ago

Not sure Racer allows that, but it would be pretty cool to have suggestions pop up even if the typed case was wrong (std::char::tolo and std::char::ToLo should both lead to std::char::ToLowerCase).