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

Is there any way to mark the unused functions

Open supengchuan opened this issue 1 year ago • 0 comments

As mentioned in the title, whether go-nvim can support mark the unused functions using virtual text .

In JetBrains Goland, if a function is not used, it will be grayed out, informing the developer that the function is not being used.

I know that go-nvim has golint integration, but it requires additional running commands. I don't know if there are any plans to integrate this feature into virtual text to directly display the functions that are annotated as unused.

supengchuan avatar Jan 08 '24 09:01 supengchuan