ptrv

Results 63 comments of ptrv

Can you just save the content of the `*ycmd-server*` buffer? Or what logs do you mean?

When you open 100 files then you send for all files a request to the `ycmd` server that the should be parsed. I am not sure how the deferred package...

I also tried using `irony-snippet` for template expansion and used the functions here in the code: https://github.com/ptrv/emacs.d/blob/master/site-lisp/company-ycmd-ext.el You just have to `(require 'company-ycmd-ext)` It works, but it is not perfect...

Hi @Kha Thanks for the suggetions. I am also not sure yet whether we should make this available via prefix-argument (`C-u`) or add another version of each `GoTo` function which...

I can also have look into this too. The interactive functions need to pass the information whether to open with `find-file` or `find-file-other-window` through multiple functions.

Hi @jlargentaye Sorry to hear that you have problems with configuing emacs-ycmd. Did you configure emacs-ycmd like described in the Quickstart section of the README? Could you maybe post your...

Hi @jlargentaye I am happy that `ycmd-mode` and `company-ycmd` is working for you now. > do I need to enable ycmd-mode for company-ycmd to work? Yes. There is one check...

Yes, header completion works, but only after `#include

Include completion should work. `#include

@damienrg I checked out your test repository and indeed I couldn't complete the `vector` include. I got the same error from the server: `RuntimeError: No completions found; errors in the...