abingham / emacs-ycmd

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

two words trigger #475

Closed lemon0910 closed 6 years ago

lemon0910 commented 6 years ago

In vim, I can set let g:ycm_semantic_triggers = { \ 'c,cpp,python,java,go,erlang,perl': ['re!\w{2}'], \ 'cs,lua,javascript': ['re!\w{2}'], \ } two worlds will trigger. for example pr->printf. can emacs-ycmd set?

abingham commented 6 years ago

I'm not sure, but I think this is a question for company-mode. I'm going to close this, but if it turns out to be an issue for emacs-ycmd, please re-open it.