You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for putting this project together! I use coc.vim and coc-go for a lot of my Go programming.
One of the needs that I find pretty consistently, is a way to get a list of all of the methods of a given struct. From a quick search, it looks like this functionality is likely in gopls: golang/go#54008 ?
Is this functionality that is also exposed by coc-go in some way? If so, is there a way to use this in coc.vim as well?
The text was updated successfully, but these errors were encountered:
Thanks for putting this project together! I use coc.vim and coc-go for a lot of my Go programming.
One of the needs that I find pretty consistently, is a way to get a list of all of the methods of a given struct. From a quick search, it looks like this functionality is likely in gopls: golang/go#54008 ?
Is this functionality that is also exposed by coc-go in some way? If so, is there a way to use this in coc.vim as well?
The text was updated successfully, but these errors were encountered: