Skip to content
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

gocode doesn't work well on windows7 #2750

Closed
LuoPX-15510486969 opened this issue Aug 25, 2015 · 3 comments
Closed

gocode doesn't work well on windows7 #2750

LuoPX-15510486969 opened this issue Aug 25, 2015 · 3 comments

Comments

@LuoPX-15510486969
Copy link

i have installed gocode.exe on my windows7 and after i put "go" in .spacemacs it only installed go-mode and go-eldoc . According to lang/go/packages.el it should install another three package company company-go flycheck, but it doesn't. look at the screenshot of packages.el
qq 20150825101626

another question : when i type in go-mode it is very slow.i don't know what should i do to fix this problem.

@TheBB
Copy link
Contributor

TheBB commented Aug 25, 2015

Just because the packages are listed doesn't mean they will be installed. The auto-completion layer is for company and the syntax-checking layer is for flycheck. I'm guessing you don't have these layers enabled.

@sooheon
Copy link

sooheon commented Aug 25, 2015

Just to add on, you can see this because the use package definitions are called */post-init-* and one of them is only eval'd when (configuration-layer/layer-usedp 'auto-completion).

Unrelated, but re: the go layer, I think it should handle racer installation within the layer as well, with the recent changes to it. It's pretty unclear as it is looking at the readme how exactly you're supposed to set up racer.

@LuoPX-15510486969
Copy link
Author

thanks a lot. after i add auto-completion and syntax-checking it works. i agree with @sooheon ,after i read the go readme ,i dont know how to install it .so it is a good advice to complete the doc. a

another question i don't know whether it is related spacemacs . when i type in go-mode ,it was so slowly .But on ubuntu it does not occure.

TheBB added a commit to TheBB/spacemacs that referenced this issue Sep 30, 2015
@TheBB TheBB mentioned this issue Sep 30, 2015
TheBB added a commit to TheBB/spacemacs that referenced this issue Sep 30, 2015
TheBB added a commit to TheBB/spacemacs that referenced this issue Sep 30, 2015
TheBB added a commit to TheBB/spacemacs that referenced this issue Oct 2, 2015
TheBB added a commit that referenced this issue Oct 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants