-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Python LSP: auto-completion crushes #11283
Labels
Comments
Helix logMore logs (didn't fit into the previous comment) ~/.cache/helix/helix.log
|
Duplicate of #10689 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
Excuse my illiteracy, I am not really familiar with some terminologies.
Editing python file in Django project. When I open file and perform auto-completion on the first attempt, it works, but on the second attempt it crushes:
Note.$\rightarrow$
There is another strange behavior. In my case, everything is attempted on the first auto-completion. When trying to autocomplete a standalone variable/module, everything works as intended. However, when trying to autocomplete a sub-module (for example:
os.pat
os.path
), it turns out to select everything from the beginning of the sub-module until the 2nd letter from the end of the word (os.pat|h, where bold text represents selection and | represents the cursor in a typing mode).Reproduction Steps
I tried this:
hx file.py
I expected this to happen:
Helix to not crush when using LSP server auto-completion.
Instead, this happened:
Helix closes, showing the error message provided above in the Summary section.
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
GNOME Terminal 3.52.0
Installation Method
snap 2.63+24.04 (Ubuntu 24.04 LTS)
Helix Version
helix 24.7 (079f544)
The text was updated successfully, but these errors were encountered: