Open iysheng opened 1 year ago
Code editor Emacs
Platform Macos
Version 5.0.0
same question happen。Why send message every time when cursor move?
Code editor Emacs
Platform Macos
Version 5.0.0
same question happen。Why send message every time when cursor move?
Although YcmCompleter GoToDefinition
Failed ,but I found I can use YcmCompleter GoToReferences
goto these function definitions. 😅
Code editor
Vim
Platform
Solus
Version
5.0.0
What steps will reproduce the bug?
open project armbian/build under vim with bash-language-server and youcompleteme. Get so much ⛔️ Error while parsing file, and I put the ycmd err log.
How often does it reproduce? Is there a required condition?
always under Solus, but work fine under Fedora 35.
What is the expected behavior?
Jump anywhere as much as possible
What do you see instead?
When I do command
YcmCompleter GoToDefinition
I always getRuntimeError: Cannot jump to location
.Additional information
No response