saibing / bingo

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

textDocument/completion: set CompletionItem.Documentation #130

Closed mbana closed 5 years ago

mbana commented 5 years ago

WIP: Needs more work and input. I don't expect this PR to be approved, I guess I am just asking for input on how to improve the implementation


Changes:

https://microsoft.github.io/language-server-protocol/specification#textDocument_completion


Screenshot:

Imgur


See: https://github.com/saibing/bingo/issues/91

saibing commented 5 years ago

@mbana

thank your great work