object88 / langd

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

Implement "locate references" functionality #37

Closed object88 closed 6 years ago

object88 commented 6 years ago

Want to be able to see where an object is used throughout the code base. This can be within a given file, within a package, consuming an exported object through a directly imported package, or through a package that's indirectly imported via another intermediate package.