-
Currently, OmniSharpServer always wants to be presented with a solution file before starting up. This is causing difficulty for YCM (and especially ycmd); we can't start the omnisharp server until we …
-
[Just tried the ide client by hand first time](https://github.com/FrigoEU/psc-ide-vim/issues/15#issuecomment-230922515) and noticed there's no authentication mechanism. So I thought it was a good idea…
-
I'm working on a LaTeX completer for ycmd and it works in vim. I'm slowly attempting to move to emacs and have comanpy/ycmd as part of that setup, but I can't seem to figue this bit out. I get as far …
-
提示youcompleteme unavailable:no model named 'ycmd'
-
有点儿崩溃,我以为终于找到了解决方案,但是还是提示这个。我已经使用您推荐的https://tuxproject.de/projects/vim/版本进行安装了
python的版本我尝试过3.9.5、3.10.0和3.10.1都无效,依然如标题的那样进行提示。
网络上搜到的答案都是让我重新编译安装YCM,这太TMD的蛋疼了,我自己编译了两个版本,但是总感觉不完美
唯一有可能出现问题…
-
Came up with this feature last night. Could be maybe useful:
```pawn
YCMD:my_command(playerid, string:params[], bool:help)
{
if (help)
return Text_Send(playerid, $CMDHELP_MY_COMMAN…
-
If `ycmd--start-server` fails to launch the ycmd process (e.g. because it's not installed), the current diagnostics in `*Messages*` are far from helpful:
```
Error running timer: (file-error "Spaw…
-
这次直接中文说好了……
第一个就是我在那个关了的issue里写的,应该依赖的是不带s的dev-python/future而不是带s的dev-python/futures,RDEPEND里写的好像是带s的
第二个,好像是ycm上游更新了所以ebuild的63行报错,ycmd底下的目录有变化,可能需要改下,否则过不去:https://github.com/Valloric/ycmd/tree/4b…
-
The current ycmd implementation expects the code action response to have either edit or command, but not both. This is inconsistent with the [LSP spec](https://microsoft.github.io/language-server-prot…
-
`ycmd` has an option `--options_file` that is a json file with a lot of helpful options? For every ycmd start it is suppose to be created once, because of an HMAC secret inside. How does `emacs-ycmd` …