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
When CCLS is used as the LSP server in YCM, executing :YcmCompleter GoToSymbol prompts an IndexError: list index out of range. However, GoToDefinition/GoToDeclaration/GoToReferences/GoToImplementation/GoToType all work correctly.
Is it a compatibility issue between CCLS and the GoToSymbol command in YCM?
I have compile_commands.json in the project root directory. ccls generates an index in PROJECT_ROOT/.ccls-cache/, the size is about 14 M
Observed behavior
When CCLS is used as the LSP server in YCM, executing
:YcmCompleter GoToSymbol
prompts anIndexError: list index out of range
. However,GoToDefinition/GoToDeclaration/GoToReferences/GoToImplementation/GoToType
all work correctly.Is it a compatibility issue between CCLS and the GoToSymbol command in YCM?
I have
compile_commands.json
in the project root directory. ccls generates an index inPROJECT_ROOT/.ccls-cache/
, the size is about 14 MI have minimal vimrc:
File:
/tmp/ycmd_45979_stderr_ew02c6a5.log
System information
The text was updated successfully, but these errors were encountered: