vim-go icon indicating copy to clipboard operation
vim-go copied to clipboard

Go development plugin for Vim

Results 70 vim-go issues
Sort by recently updated
recently updated
newest added

### What did you do? (required: The issue will be **closed** when not provided) I setup vim 8.2.4386 on Fedora 35 Server x86_64 to run :GoFmt when I write out...

### What did you do? Ran :GoRename on a variable ### What did you expect to happen? Successful renaming ### What happened instead? ``` Error detected while processing function go#rename#Rename[31]..go#lsp#Rename[16]..127_await:...

bug

This is a draft PR for #3319 Code is largely based on GoDecls implementation. It's not fully tested, needs some code cleanup and has a problem where fzf popup window...

### What did you do? (required: The issue will be **closed** when not provided) I tried using `:GoDebugStart` for the following program and the breakpoints at line 14 and 19...

feature
debugger

After installing the plugin with vim-plug i realized that it got the master branch and not the latest release. I changed the documentation so that the recommended way to install...

I'm having several problems using the built in :GoDebug methods in vim-go. It is likely related to the large project I am working on, but for instance, on random lines...

feature
debugger

I use the latest version of `vim-go` from github using `Vim 8.0` under Debian testing 64-bit. `vim-go` gives the user the opportunity to open a new `main.go` file in the...

bug

Capture error messages from panic. I'm not 100% sure that this is the right course of action. It might be better to treat panics as successes, because non-zero exit status...

Completion of `:GoImport` does not work since the path is not escaped.

This related to issue #231. It would be useful to have an option to highlight variables that are escaping in the heap.

feature