Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
901 stars 98 forks source link

Symbol’s function definition is void: irony-completion-candidates-async #525

Open pivorics opened 5 years ago

pivorics commented 5 years ago

Hi,

I am currently using the latest version of doom emacs (26.1). I was trying to get autocompletion in C++ work but nothing popped up as I typed. I have made sure irony server is installed, and have llvm and cmake installed using homebrew. I toggled on the debugging error and ran M-x counsel-irony, and it showed the following: (void-function irony-completion-candidates-async) irony-completion-candidates-async(counsel-irony-callback)

How should I go about debugging this? Thank you!