edubkendo / atom-racer

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

Switch to full synchronous. #12

Closed alkama closed 9 years ago

alkama commented 9 years ago

This is to conform to the current "autocomplete-plus" API state.

alkama commented 9 years ago

It's probably time to switch to synchronous:

edubkendo commented 9 years ago

Looks great. We just, as you mentioned, need to keep a close eye on the direction autocomplete/autocomplete-plus decide to follow. Thanks!