Michael Zhu
Michael Zhu
the same problem for me. help.
gocode is an demon. I like to see gocode integrate language-server protocol support.
Hope this can resolve issue mentioned in #131
i'm looking forward to address this problem also. thank you!
this issue still exists on neovim with plugin [ncm2](https://github.com/ncm2/ncm2) and [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim)
I installed ultisnips & ncm2-ultisnips. Placeholder(function parameter expansion) works well with gocode, but failed after migrating to gopls
is there any way to remove "method" and "property" shown at above picture ?
@roxma, would you like to give a complete example based on above picture. I have a idea: find a icon font, then replace keyword FUNCTION/STRUCT etc with icon. Keyword indicator...
nvim has bulitin LSP support, https://github.com/neovim/neovim/pull/11336 had been merged.
thx. that's what I want. Only hope to simplify configuration.