gocode icon indicating copy to clipboard operation
gocode copied to clipboard

There is no prompt, while i add new struct

Open Wang-Kai opened this issue 9 years ago • 1 comments

2017-01-04 5 17 54 2017-01-04 5 18 07

2017-01-05 9 59 33

Wang-Kai avatar Jan 05 '17 02:01 Wang-Kai

Gocode uses compiled packages as a source of semantical info for imported packages. If you've added City field and didn't compile your "pb" package, gocode won't see the change.

nsf avatar Jan 05 '17 06:01 nsf