emacs-ycmd
emacs-ycmd copied to clipboard
company-ycmd not completing C++/C macro defines
With the default global config, it fails on completing any C++/C defined macros.
I'm not sure that ycmd itself will do macro completion. Have you verified that this isn't a limitation of ycmd?
Macro completion is part of thte semantic completion and to get it suggested one would need to hit C-Space.