You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as ticket dominikh/go-tools#834 comment, looks vim-go should be not easy to make it work also, so close this now.
looking forward gopls would integrate keyify soon.
refer: dominikh/go-tools#834
or: to reproduce: had a struct:
now: cursor on letter '2'
rr := Rectangle{2, 0}
curthen run
:GoKeyify
, it reported:vim-go: non-zero exit code: can't find package containing
'../x.go'What did you expect to happen?
What happened instead?
vim-go: non-zero exit code: can't find package containing
'../x.go'Configuration (MUST fill this out):
let g:go_def_mapping_enabled = 0
vim-go version:
e8da362 (HEAD -> master, origin/master, origin/HEAD) update CHANGELOG.md for #3028
Vim version (first three lines from
:version
):VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Sep 27 2020 11:52:12)
Included patches: 1-1751
Go version (
go version
):go version go1.15.2 linux/amd64
Go environment
go env
Output:gopls version
golang.org/x/tools/gopls v0.5.0
golang.org/x/tools/gopls@v0.5.0 h1:XEmO9RylgmaXp33iGrWfCGopVYDGBmLy+KmsIsfIo8Y=
The text was updated successfully, but these errors were encountered: