object88 / langd

A Language Server Protocol implementation in Go for Go
MIT License
7 stars 0 forks source link

Implement hover #47

Closed object88 closed 6 years ago

object88 commented 6 years ago

Implement the hover LSP feature.

Hover should provide the ident's signature, and completely that signature with package paths for non-local packages.

object88 commented 6 years ago

Primarily implemented in #49 ; can open further specific issues for missing pieces.