olexsmir / gopher.nvim

Neovim plugin for make golang development easiest
310 stars 13 forks source link

Add support for gorename #29

Closed shivanthzen closed 8 months ago

shivanthzen commented 1 year ago

Gorename is a useful tool that lets you rename variables on the fly and all its references are renamed package wide. I am not any alternative out there for gorename.

https://pkg.go.dev/golang.org/x/tools/cmd/gorename

olexsmir commented 1 year ago

I think for this purpose might be used LSP rename feature of gopls and it would be same as gorename.