abingham / emacs-ycmd

Emacs client for ycmd, the code completion system.
MIT License
384 stars 46 forks source link

ycmd-eldoc: Check if semantic completer exists before sending requests #412

Closed ptrv closed 7 years ago

ptrv commented 7 years ago

We need to disable ycmd-eldoc-mode in buffers with ycmd-mode enabled but without semantic completer support, because we rely on semantic feature for eldoc and else we get spammed with No semantic completer available messages in the minibuffer.