ptrv
ptrv
@damienrg My default `.ycm_extra_conf.py` also adds the system includes to the ones found in a compilation database. So yes, I am using both like in this conf: https://github.com/abingham/emacs-ycmd/blob/master/test/resources/.ycm_extra_conf.py
The problem is not the file size, rather ycmd is returning completion for the whole namespace you are including, so basically everything from your includes. Also ycmd uses fuzzy matching...
> I would not really mind that completion takes a bit longer (it is annoying though), but what does really bother me is that typing is blocked while it is...
Could you please post a small example so we are able to reproduce it?
It looks like the variable `ycmd-server-command` is not properly set when a buffer is opened with `ycmd-mode` via `desktop.el` at startup. I also use `desktop.el` but I don't get this...
@dongz9 Have you tried to set `ycmd-server-command` before initializing `desktop-mode` or trough `customize-variable`?
Hi @zilongshanren Unfortunately there is no script for generating api files. I copied the api from [ZeroBrane Studio](https://github.com/pkulchenko/ZeroBraneStudio) There is also a wiki entry for the api file format here:...
Tanks for the PR! In think there needs to be a new interpreter `torch`, so we don't include the torch completion when not using torch. Please add `torch` to `company-lua-interpreter`...
Maybe there are some new keywords in processing 3 that need to be added to the keywords list.
Why do you have double quotes around the values for the processing variables in your `.emacs`? Does this also happen when you set `processing-location` to `.../processing-java.exe` instead of `.../processing-java`?