-
Notifications
You must be signed in to change notification settings - Fork 22
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
Import completion appends extra character #165
Comments
Is it reproducible? A way for me to reproduce it would be best, but if not, does it happen consistently and with the same character? |
I'm able to reproduce it with the following minimal example:
If I delete the To reproduce for yourself obviously you'll need Helix as well as Coursier installed, with that in place helix should auto-install the lsp. |
Helix debug log,
|
When auto-completing an import statement I find an extra seemingly random character is appended to the end of the import, ie selecting
foo.bar#Baz
as my completion insetsfoo.bar#Bazj
. I am using version 0.4.0 with the Helix editor.The text was updated successfully, but these errors were encountered: