-
Notifications
You must be signed in to change notification settings - Fork 35
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
Autocomplete causes cursor to jump when adding first explicit import #96
Autocomplete causes cursor to jump when adding first explicit import #96
Comments
Can you try this with some non-comment text at the bottom of the file? |
It happens regardless for me. I just used the comment to make it obvious. |
Oh maybe it’s only with white space or comments, you mean? |
Well nothing works right at the end of files due to compiler positions thing :) But I don't see that this can be related. Don't worry, I know where to look. |
Yeah, it always happens to me, even if there's other content. |
I can reproduce this. Incidentally happens every time if I have a CRLF file on mac, possibly some whitespace nonsense again... |
Newline after |
Yes. Happens on first import. Subsequent imports don’t add a new line. |
I believe this is more fixed now. |
Only seems to happen on adding the first explicit import. After that it works fine.
The text was updated successfully, but these errors were encountered: