Sarcasm / company-irony

company-mode completion back-end for irony-mode
118 stars 11 forks source link

How does this compare to vanilla company completion? #15

Open PythonNut opened 8 years ago

PythonNut commented 8 years ago

Hello, I'm a potential user of company-irony, except I can't tell what it does that company-mode does not. As far as I know, company-mode can also do async completion of C/C++/Obj-C.

It would be great if you could add a blurb in your README explaining this distinction.

qqldd commented 8 years ago

This is server-client mode I believe. It has a irony server as a process in your system. It is async completion. From the user experience, it is much faster...

alamaison commented 8 years ago

Also Irony has integration with build systems, like cmake, so it gets the same include paths and #defines that are used in the real build