abingham/emacs-ycmd

company-complete fails to insert function arguments in C++ mode

Closed this issue · 1 comments

In C++ mode I can see the full completion of a function, including function arguments and types in the mode line. When executing company-complete, only the function name is inserted. The full function definition also does not appear in the drop-down list of completions.

company-ycmd-insert-arguments is set to t.

Fixed after compiling ycmd with --clang-completer only instead of --clangd-completer as well as --clang-completer.