abingham / emacs-ycmd

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

can not be compatible with company-quickhelp and no function arguments in candicates when inside a function #494

Closed kong13661 closed 5 years ago

kong13661 commented 5 years ago

company-ycmd can not be compatible with company-quickhelp. Besides, there are no function arguments in candicates when inside a function. But if I use company-jedi, both work well. Is there any way to handle it?