Golevka / emacs-clang-complete-async

An emacs plugin to complete C and C++ code using libclang
360 stars 71 forks source link

Query multiple interfaces of a function and provide selection #66

Open tuhdo opened 10 years ago

tuhdo commented 10 years ago

In old auto-complete-clang, multiple interfaces of a function is provided in a tooltip buffer and if we select a function, another buffer pops up allow us to select one of the interface. After selecting an interface, we have a choice to cycle between function parameters and make change.

This is not available in clang-complete-async. It would be nicer with this improvement.