This repository was archived by the owner on Oct 27, 2021. It is now read-only.
This repository was archived by the owner on Oct 27, 2021. It is now read-only.
auto install doesn't always work #13
Closed
Description
Most of the time I'm working on multiple packages in the same time and the work flow goes like this:
- libA: I need func libB.XX()
- switch to libB and add XX
- switch back to libA, try to auto complete and either I get completion without the new func or get "libB is not a valid type".
- switch to libB and run
go install ./...
manually. - libA's libB completion works now.
I'm using VSCode, however the issue is mainly with gocode, I got the same result with neovim.
Metadata
Metadata
Assignees
Labels
No labels