coc-go
Go language server extension using gopls for coc.nvim. (by josa42)
vim-go
Go development plugin for Vim (by fatih)
coc-go | vim-go | |
---|---|---|
1 | 25 | |
564 | 15,991 | |
- | - | |
7.7 | 8.0 | |
10 months ago | 19 days ago | |
TypeScript | Vim Script | |
MIT License | GNU General Public License v3.0 or later |
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.
vim-go
Posts with mentions or reviews of vim-go.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-29.
-
vim-go debugging
I found a github issue that seems related, but following the steps to start dlv on my own does not work either. https://github.com/fatih/vim-go/issues/3543
-
nvim when I open an empty file from go
There are a handful of really good go plugins that take care of this for you, such as https://github.com/ray-x/go.nvim or https://github.com/fatih/vim-go
-
What's the most commonly used IDE for golang development ?
With vim-go and snippets, neovim has almost the same functionality as GoLand
-
vim-go : anybody know how to install? (Ubuntu kinetic)
So does anyone know how to actually install it? The "instructions" (which I presume had to be dictated by their straight-jacketed author) from GitHub are, utterly useless, requiring the user to already have vim-go installed before beginning vim-go installation. You'll need vim-go to install vim-go, you see, because with a working vim-go installation can the user execute the special command to install vim-go's dependencies (because that's how software works ya know). And, if you have any trouble installing vim-go, it says, not to worry - further instructions have been provided along with your existing vim-go installation - just execute `:help go-install` (requires existing vim-go installation, of course) and from there, it's turtles all the way down! So as long as you have vim-go installed, installing vim-go is a breeze! Am I having an anheurysm right now? What the hell is this?
- Is there any way to autocomplete language functions? For example, show things like fmt.Printf or fmt.Println when writing fmt.Print and pressing the autocomplete key.
-
Help needed : "E492 unknown command :GoInstallBinaries"
git clone https://github.com/fatih/vim-go.git ~/.local/share/nvim/site/pack/plugins/start/vim-go
-
Which editor do you use for your Go coding?
with this wonderful plugin: https://github.com/fatih/vim-go
-
Sometimes broken scroll: not a few lines as usual but a page
Hi, usually Vim works as expected: scroll mouse event move a buffer content for a few lines. But sometimes something broke and every scroll event move a whole screen, like I pressed PageUp or PageDown. I thought that this is a defect with some plugin - because I can reproduce it only with vim-go and mouse=a - without other plugins and configs. I tried multiple terminals, and even boot Ubuntu live USB - still reproducible with my private company codebase, so I cannot share the code. This is my ticket for that plugin - the author said that this is might be something with my system configuration. Please help.
- What's your Golang IDE?
-
Anyone write Go full time using vim?
At first Ihad struggled with some common "IDE" tasks. But then I discovered vim-go and realized that it could do pretty much everything that I need and even more.
What are some alternatives?
When comparing coc-go and vim-go you can also consider the following projects:
go-lang-idea-plugin - Google Go language IDE built using the IntelliJ Platform
go.nvim - G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
Go for Visual Studio Code
coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
goimports-reviser - Right imports sorting & code formatting tool (goimports alternative)
Local Golang playground - GNU/Emacs mode that setup local Go playground for code snippets like play.golang.org or even better :)
YouCompleteMe - A code-completion engine for Vim
go-language-server - A Go language server.
gocode - An autocompletion daemon for the Go programming language
GNU/Emacs go-mode - Emacs mode for the Go programming language
coc-go vs go-lang-idea-plugin
vim-go vs go.nvim
coc-go vs Go for Visual Studio Code
vim-go vs coc.nvim
coc-go vs goimports-reviser
vim-go vs Go for Visual Studio Code
coc-go vs Local Golang playground
vim-go vs YouCompleteMe
coc-go vs go-language-server
vim-go vs gocode
coc-go vs gocode
vim-go vs GNU/Emacs go-mode