You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language server name and version: cquery, 667-c99512e5
Reproduction steps (from clean state): Open a.cpp, type:
#include<iostream>intmain()
{
std::cin.
}
some incorrect results appeared after std::, and no completion appeared after the dot or std::cin.c.
Run :call LanguageClient_setLoggingLevel('DEBUG') and then :LanguageClientStart, reproduce the bug, attach contents of /tmp/LanguageClient.log and /tmp/LanguageServer.log.
FWIW I'm happy to integrate any needed changes into the main cquery repo and/or add dedicated vimscript there, though I'm not super familiar with vimscript so I can only answer questions w.r.t. cquery. Please feel free to check out the gitter.
settings.json:
:CheckHealth
: All OK~/.local/share/nvim/rplugin.vim
.a.cpp
, type:some incorrect results appeared after
std::
, and no completion appeared after the dot orstd::cin.c
.:call LanguageClient_setLoggingLevel('DEBUG')
and then:LanguageClientStart
, reproduce the bug, attach contents of/tmp/LanguageClient.log
and/tmp/LanguageServer.log
.LanguageServer.log
LanguageClient.log
The text was updated successfully, but these errors were encountered: