coc-go
Go language server extension using gopls for coc.nvim. (by josa42)
gocode
An autocompletion daemon for the Go programming language (by nsf)
coc-go | gocode | |
---|---|---|
1 | 2 | |
564 | 5,010 | |
- | - | |
7.7 | 0.0 | |
10 months ago | 6 months ago | |
TypeScript | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
coc-go
Posts with mentions or reviews of coc-go.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-25.
-
I wrote a simple Go->C++ compiler to use for gameplay programming. Here's a demo of its use for my game project (along with an editor tool). I show the generated C++ in the end of the video. Compiler source code is ~1500 lines, link in video description. Will do a deeper public release soon!
That is indeed Vim! I use AsyncRun for the build in another buffer, and the refactoring is coc-go with coc.nvim.
gocode
Posts with mentions or reviews of gocode.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-12.
-
Error message following the tutorial : https://github.com/abourget/getting-started-with-golang/blob/master/Getting_Started_for_Windows.md
C:\Users\alber>go install -u -ldflags -H=windowsgui github.com/nsf/gocode/...
-
How should I install these packages that lang+lsp want? Through my distro's package manager, or emacs's? I need some help
So, for exmaple for gocode. You need to find it's github page, find install instruction there: go get -u github.com/nsf/gocode And here you go, but of course before that you need to have your GOPATH and PATH to be configured in .bashrc for something like this: export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin
What are some alternatives?
When comparing coc-go and gocode you can also consider the following projects:
vim-go - Go development plugin for Vim
go-lang-idea-plugin - Google Go language IDE built using the IntelliJ Platform
go-plus - An Enhanced Go Experience For The Atom Editor
Go for Visual Studio Code
goimports-reviser - Right imports sorting & code formatting tool (goimports alternative)
Goclipse
Local Golang playground - GNU/Emacs mode that setup local Go playground for code snippets like play.golang.org or even better :)
go-language-server - A Go language server.
coc-go vs vim-go
gocode vs vim-go
coc-go vs go-lang-idea-plugin
gocode vs go-plus
coc-go vs Go for Visual Studio Code
gocode vs Go for Visual Studio Code
coc-go vs goimports-reviser
gocode vs Goclipse
coc-go vs Local Golang playground
gocode vs go-lang-idea-plugin
coc-go vs go-language-server
gocode vs go-language-server