object88 / langd

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

Implement Hover functionality #49

Closed object88 closed 6 years ago

object88 commented 6 years ago

Includes hover for const, package-scoped var, structs, package funcs, and funcs attached to a struct. Others may be happenstantially implemented, but not tested, so this is not a complete feature. It's enough to prove functionality and provide a good starting point. Code may need to be refactored for clarity and deduplication.