-
Notifications
You must be signed in to change notification settings - Fork 189
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 autocompletion #667
Comments
This might be a REPL limitation. It would need to evaluate If you assign |
That's a bummer. In particular because we deprecated julia> @pyimport numpy as np
┌ Warning: `@pyimport foo` is deprecated in favor of `foo = pyimport("foo")`.
│ caller = _pywrap_pyimport(::PyObject) at PyCall.jl:400
└ @ PyCall C:\Users\carsten\.julia\packages\PyCall\RQjD7\src\PyCall.jl:400 (I can confirm that it works when assigning |
In particular, we reach this line of REPLCompletions: This is reasonable — I don't think anyone wants REPL tab-completion to just execute arbitrary code, which is what would happen if it automatically called Sorry, The only way to improve this going forward would be to design an API for the REPL stdlib that tells it when we want it to evaluate |
Does JuliaLang/julia#49206 have any impact on this? |
Autocompletion (tab) does work here
but doesn't here
The text was updated successfully, but these errors were encountered: