-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to maintained version of Gocode #3138
Comments
PR ycm-core/ycmd#1098 takes care of this. |
I'll leave this up until the PR lands, then, to track and keep resubmissions down. |
This has been merged into ycmd/master, closing PR |
I was wrong. While this has landed in ycmd, YouCompleteMe is still broken. |
@Valloric could you re-open? |
We need to update the ycmd submodule. |
Thanks, sorry for the churn. |
What are the possible impacts of this before it is "fixed"? I am running go 1.11, using MacVim as suggested, followed all the docs, etc and the auto-tiggers for go still don't seem to work. A comment here mentions that that YouCompleteMe is "broken" due to this. |
Just go into |
I'm certainly doing something wrong, or misunderstanding what's being said. Here's what I am doing:
Any idea as to what is up here? |
Go back to |
Thanks! This is working great now. Just to keep it easy, here are the steps. Starting assumption:
Outcome:
Fix:
NOTE: Your invocation of Outcome: You should be able to open a Go file and see autocomplete working. |
Another note: Vundle's |
[READY] Update ycmd Include the following changes: - PR ycm-core/ycmd#1075: remove Node.js workaround for Debian-based distributions; - PR ycm-core/ycmd#1077: update Boost to 1.68; - PR ycm-core/ycmd#1078: add semantic trigger for Julia; - PR ycm-core/ycmd#1081: improve type information on C++ member functions; - PR ycm-core/ycmd#1086: check if Python headers are installed before building; - PR ycm-core/ycmd#1088: raise proper exception for commands when file is still being parsed in C-family languages; - PR ycm-core/ycmd#1098: update Go completer; - PR ycm-core/ycmd#1099: update regex submodule; - PR ycm-core/ycmd#1100: add Python path to debugging information; - PR ycm-core/ycmd#1103: support framework headers completion and code navigation in C-family languages; - PR ycm-core/ycmd#1107: update Clang to 7.0.0; - PR ycm-core/ycmd#1109: update jdt.ls to 0.25.0; - PR ycm-core/ycmd#1110: handle null hover response from language servers; - PR ycm-core/ycmd#1111: update list of completion kinds defined by LSP; - PR ycm-core/ycmd#1113: send completion item kinds capability to language servers; - PR ycm-core/ycmd#1116: update Parso to 0.3.1 and Jedi to 0.13.1. Closes #3138. Closes #3145. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/3175) <!-- Reviewable:end -->
As mentioned in fatih/vim-go#1932, vim-go has moved to a new version of gocode because of 1.10 and 1.11 incompatibilities, and YCM should too.
The text was updated successfully, but these errors were encountered: