Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested tab complete #177

Closed
anandijain opened this issue Sep 3, 2021 · 1 comment
Closed

Nested tab complete #177

anandijain opened this issue Sep 3, 2021 · 1 comment

Comments

@anandijain
Copy link

Maybe this is just me, but accessing nested structure in the REPL will have tab completion for the top level, but any nested structure doesn't work.

Is this possible given the type hierarchy? It's a little annoying to have to define intermediate variables for each level of nesting.

x = json.field
x2 = x.field2
x3 = x2.field3

close if you feel like it

@quinnj
Copy link
Owner

quinnj commented Sep 7, 2021

There isn't anything (I think) we can do in JSON3.jl for this, since htis is a REPL.jl stdlib Julia issue; see the discussion here: JuliaLang/julia#36437

@quinnj quinnj closed this as completed Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants