Billie Cleek
Billie Cleek
Thank you for contributing. I think a better solution, though, may be to revert https://github.com/fatih/vim-go/pull/3146.
Closing. This wasn't a revert of [3146](https://github.com/fatih/vim-go/pull/3146), and as explained there, what vim-go does here should be safe since the `template` filetype that ships with Vim is a subset of...
Yes, I suspect this is the same as #3447.
I may be able to solve this. Can you help me by giving me some information? * What does $PWD report in your bash shell? * What does `uname -a`...
One last question. Is `cygpath` executable on your system and is it in your path in the git bash shell?
Can you enable debugging with `let g:go_debug=['lsp', 'shell-commands']` and then execute both `:GoDef` and `:GoRun`? I'd like to see the output of the `:messages` afterwards and the complete contents of...
Yes, `go#util#IsUsingCygwinShell` is for a different kind of use case than you've been working on. The last I checked, it is correct for the use case for which it is...
You want to jump to the method definition of the method on the interface that the mock is implementing?
I'm not sure how that would work. This use case isn't specific to mocks; it's about interface implementations, and any interface implementation could implement one or more interfaces. Which interface...