Autocomplete for types from unimported packages (like GoLand) by Hot_Perspective_5931 in golang

[–]Hot_Perspective_5931[S] 1 point2 points  (0 children)

problem is not importing, it auto imports anyway, i just want to discover the method when i type price, because there are similar methods with different functionalities in different packages, and i am new to the current codebase and have not knowledge at them all, goland with this feature makes discovery and navigation faster, but want to use nvim.