DisposaBoy / GoSublime

A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features.
MIT License
3.42k stars 302 forks source link

Add support for `package-lookup-mode` in gocode #750

Closed tylerstillwater closed 5 years ago

tylerstillwater commented 7 years ago

I'd like to configure the GoSublime gocode to support package-lookup-mode=gb. I use gb for managing/building my projects and I need the gocode results to come from the vendored code, rather than the gopath.

tylerstillwater commented 7 years ago

@DisposaBoy I'd be happy to put down a bit of money to get this added if that'll help. Alternatively, if you could point me in the right direction, I can take a stab at it myself. I'm just not sure how the bridge between margo and gocode would interact with this option.

Thanks!