saibing / bingo

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

Fix: `Go to Defintion` to go to correct position in `builtin.go` #119

Closed mbana closed 5 years ago

mbana commented 5 years ago

We have to re-look up position in builtin package, that is after this https://github.com/saibing/bingo/blob/master/langserver/definition.go#L126 line, we need to get the position again.

Imgur

Fixes: https://github.com/saibing/bingo/issues/76