-
-
Notifications
You must be signed in to change notification settings - Fork 511
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
Autocorrect bug when completing files names in Code OSS-based IDEs #2032
Comments
Are you sure this is a Jedi issue rather than an issue with the Language Server implementation? Jedi is just the parsing/suggestions library and doesn't (as far as I know) handle any of the UI stuff, including handling once a given suggestion has been chosen by the user. |
That is possible, but I couldn't reproduce the issue with Pylance as I don't believe it has file auto-completion out of the box? |
Can you please file this against https://github.com/pappasam/jedi-language-server? It's kind of hard to help you here. Not sure why this happens, but it doesn't feel like a Jedi issue. It might as well simply be an issue around the language-server/jedi interaction. If you can recreate this with your code and a |
I will close this in favor of pappasam/jedi-language-server#325 unless it's determined to be in Jedi proper. My apologies for the churn on this repo! |
When using Jedi as the Language Server in Code OSS-based IDEs or in VS Code, auto-complete of file names at the
.
is incorrect.The text is auto-completed at the
.
instead of replacing the prior text.Thank you for your time in reviewing this issue.
As an example, see the video below in VS Code with Jedi as the Language Server:
Screen.Cast.2024-11-04.at.4.10.39.PM.mp4
The text was updated successfully, but these errors were encountered: