flux-lsp
flux-lsp copied to clipboard
Member expressions don't recurse for completion
Consider the following:
a = {b: {c: "foo"}}
If one types a.b.
, c
will not be suggested as a completion. This code needs to be expanded to recurse instead of just checking for an Identifier
and moving on.