go.nvim
go.nvim copied to clipboard
[Question] - change variable type
I'm curious if there's a way with the current tools to quickly change a variable ypte with all its references, e.g. to a pointer type. Similar to how you can rename a variable and all its references, would it be possible to take all variable references and changed them to a pointer type?