We should provide a complete list of completions when we don't know the type. Right now we provide nothing at all, which makes our auto-completion completely useless. Instead, we should fail gracefully by at least providing a reasonable list of possible choices even if they're not all applicable. We could also include some additional helper information like what type it applies to or what file it's from.
↧