gocode icon indicating copy to clipboard operation
gocode copied to clipboard

Include package import path into completion information

Open kostya-sh opened this issue 10 years ago • 2 comments

It would be good to include package import path (e.g. math/big for Int) in completion information. This will allow editors to invoke go doc to display documentation for a selected completion candidate.

kostya-sh avatar Nov 04 '15 00:11 kostya-sh

Good idea.

nsf avatar Nov 04 '15 06:11 nsf

Yup, this would be quite useful! I've been trying to get a way to get documentation visualization in goclipse, no luck so far (Go-oracle isn't much help here either).

bruno-medeiros avatar Nov 04 '15 12:11 bruno-medeiros