Sarcasm / irony-mode

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

Auto completion does not work every time #536

Open mezeipetister opened 5 years ago

mezeipetister commented 5 years ago

Hi Guys,

I have just installed irony-mode, and it works, but sometimes it does not. I do not know the reason.

Here is my example screenshot: image

When i create a variable or a function, the auto completion does not work. Or sometimes it works, but rarely.

When i use a function from a standard library, then it works. Sometimes.. like in the screen shot below:

image

Do you know the reason/solution for this?

Thank you very much.