-
Pardon my ignorance, I'm trying to build some sort of autocompletion and was looking at using ycmd as backend. I have correctly built the project and after a little while looking for a built binary, I…
-
I have a long-running python jedi process controlled by Code::Blocks IDE. I have noticed that when working with big libraries like numpy or pandas that each time I retrieve a completion hint or call t…
-
Last time I checked, it was making my system unusable, took 19.4% memory alone. I had to turn it off since then.
-
A user reported this error using Jedi 0.9.0:
```
Traceback
Traceback (most recent call last):
File "/home/user/.emacs.d/elpa/elpy-20150226.1148/elpy/rpc.py", line 100, in handle_request
result…
-
Hi.
I am trying to use the linter-indie API to push issues from an expensive parse action (libclang).
Since setMessages is a "project" scope, it seems that I have to maintain and save off all issues…
-
Hello.
Today I decided to try atom for C and Python programming. Firstly I thought that i will need several plugins to enable auto-completion for different languages, but than I discovered that youco…
-
Editing for a while, occasionally I will receive an Ycmd error like connection refused. Things continue though. When I look at all the Ycmd processes running, the number of them just keeps increasing.…
-
The atom-youcompleteme README currently points to YouCompleteMe's README regarding installation of the ymcd package. YouCompleteMe's README seems to require installation of Vim and Vundle in order to …
-
I'm using youcomplete with vim, and jedi crashes whenever I triggered a autocomplete query against jediHTTP, here's the jedi error log:
```
Traceback (most recent call last):
File "/Users/timfeirg/…
-
Could you please point out my mistake, **atom-youcompleteme** does not point out the mistakes or errors in my case.
I am uploading two images, one in case of VIM which shows that the .ycm_extra_conf.…