flux-lsp icon indicating copy to clipboard operation
flux-lsp copied to clipboard

Member expressions don't recurse for completion

Open rockstar opened this issue 2 years ago • 0 comments

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.

rockstar avatar Apr 28 '22 19:04 rockstar