-
Notifications
You must be signed in to change notification settings - Fork 2
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
Highlighting is extremely slow #79
Comments
This is to the point that the extension sometimes "hangs" and becomes hardly usable. I need to wait around 10 seconds sometimes before a word I want to delete gets deleted, repeatedly pressing Alt+BSpc (I guess it doesn't work because the extension is blocked on computing the highlighting). |
The VSCode extension is practically unusable because of this. This should be fixed ASAP, and in the meantime I'm switching to Emacs, because it just takes too long to type anything. |
should help with that at the moment, however, it is not complete cure of the problem in the first place (which is why |
In 0.1.39 the efficiency markedly improved to the point of the extension becoming usable for the tiny programs I write. But still it's noticeably slow for anything that imports the standard library. I still need to wait seconds before the correct highlighting appears, but it seems I don't get blocked on editing so much. I wouldn't say 0.1.39 fully solves the issue. |
I sometimes need to wait a few seconds before an identifier gets the right colour, and I didn't even write any programs above 100 lines.
The text was updated successfully, but these errors were encountered: