-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Regression in autocomplete for Julia 1.10 #57307
Comments
I can confirm this is also broken on master. Note that the REPL completion code also underwent a major refactoring, and IIRC (but I might not) this was between 1.9 and 1.10. So that could also be responsible. Perhaps @aviatesk or @IanButterworth know better? |
There are unfortunately a variety of completions regressions: https://github.com/JuliaLang/julia/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen%20label%3Acompletions%20label%3Abug I've looked into trying to fix them, but not been able to make progress. The regressions seem mostly caused by the improvements @aviatesk made because we didn't/don't have as much test coverage as we should have for completion behavior. |
Agh, this isn't good. I didn't expect so many regressions. I think we have a few options:
Option 1 probably isn't realistic, so we're likely stuck with 2 or 3. |
I'll just add that someone on Slack had a theory that autocomplete is now "smart" and won't autocomplete the
does autocomplete. I'm not sure whether that's true, but I'll note that
also doesn't autocomplete, despite Finally, my issue was mainly motivated by DataFrames type workflows like
which are also broken. |
…JuliaLang#57307, JuliaLang#57624 Also fix test failing for silly reason
I feel like I discussed this with people before but there isn't an issue:
Still broken on 1.11.3, so I assume this is a JuliaSyntax thing?
The text was updated successfully, but these errors were encountered: