saibing / bingo

Bingo is a Go language server that speaks Language Server Protocol.
MIT License
495 stars 25 forks source link

Incorrect import paths in quick documentation #179

Closed inliquid closed 5 years ago

inliquid commented 5 years ago

VS Code. In many different cases (not only this example) Bingo omits import paths prefixes when providing quick documentation response, like if some argument was part of the package of function/method being explored, when he is not, in fact. This adds a lot of confusion when reading quick documentation. In the following example return argument must be of type func(*js.Object), not func(*Object) изображение

saibing commented 5 years ago

@inliquid

Please use the enhanced version of gopls