go.nvim icon indicating copy to clipboard operation
go.nvim copied to clipboard

Bug: GoRename does not work consistently

Open hendrikiseke1979 opened this issue 7 months ago • 8 comments

Hi, I'm not sure, if I'm missing anything, but I ran into issues when using GoRename (using vim.lsp.buf.rename works). These are the steps to reproduce:

Create a main function calling a function Foo() in some package:

Screenshot_20240714_131948

Renaming the function to FooBar work out pretty well:

Screenshot_20240714_132201

Renaming the function again results in an error:

Screenshot_20240714_132352

Neovim: 0.9.5 go.nvim: current master

hendrikiseke1979 avatar Jul 14 '24 11:07 hendrikiseke1979