I have a question about vim-go. Sorry if this is the wrong place, but opening a github issue feels wrong for that.
I use vim-go autocompletion (a lot) in companion with gopls. I invoke it manually with ^C^O (omnicomplete) which is tied to gopls. I am not using deoplete. However, what I miss is: I am in the middle of x:= mystruct{ // <--- what members does mystruct offer? ^X^O is not helpful. Find myself gd - ing to the definition OR myfunc( // <-- what parameters in what order does myfunc expect?. Find myself gd - ing to the definition Does vim-go / autocompletion / <insert vim-go supported editing plugin here> offer me help to quicker identify struct members or function parameters? Thank you! -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/9bebe181-9bd9-41da-99de-14fe6092d1c0%40googlegroups.com.