We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
im certain i've asked this before, but why does nested tab completion of getfield not work?
x.foo # completes x.foo.bar # bar doesn't complete
more annoying is that the double tab doesn't show the fields that are contained by x.foo
x.foo
julia> versioninfo() Julia Version 1.6.0 Commit f9720dc2eb (2021-03-24 12:55 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-11.0.1 (ORCJIT, skylake) Environment: JULIA_EDITOR = code JULIA_NUM_THREADS = 4
related to #24257 and #30750
The text was updated successfully, but these errors were encountered:
lol
Sorry, something went wrong.
No branches or pull requests
im certain i've asked this before, but why does nested tab completion of getfield not work?
more annoying is that the double tab doesn't show the fields that are contained by
x.foo
related to #24257 and #30750
The text was updated successfully, but these errors were encountered: