olexsmir / gopher.nvim

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

Goimpl make tab show code completion list #55

Open Solverj opened 9 months ago

Solverj commented 9 months ago

Hey, ive noticed go.nvim has this feature; something you could add. Or is it some config?

olexsmir commented 9 months ago

Sorry, i can't understand what you are saying. If you mean lsp symbols outline, then i don't think this is what i want to add to the plugin because there are already plugins that do this and it does it better than i could make

Solverj commented 9 months ago

What I mean is showing package selection list when choosing interface, this doesn't show for me when i press after naming the receiver name.

olexsmir commented 9 months ago

oh, i see. i was thinking about implementing something like that and it is on my task list, eventually, i will implement that.