object88 / langd

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

Fixing OpenFile to rebuild AST for ascendants #39

Closed object88 closed 6 years ago

object88 commented 6 years ago

Opening a file in the editor rebuilds the AST for that package, but no ascendant packages, which causes mismatches in the object mappings.