Open gundermanc opened 5 years ago
Worth noting the completion is a quick and dirty hack today in that it fetches all top level decls in all files. It should be aware of which context we're getting completions (which file and where in the file). Using this info, we can search the AST, find the node containing the point, and then enumerate all items in the enclosing scopes.
I'll try it.