Open belcar-s opened 2 years ago
I witnessed this very strange behavior today.
Ignore the broken symbols list; that's due to some buggy changes that I think are unrelated.
Is it possible that several listeners are still being registered for each file?
This issue has the labels bug and nova-core because I think that problems in Nova and in the extension are contributing.
We use a method to execute code when the user stops typing. As discovered by unqiue in the Nova developer forum, that method sometimes behaves undesirably: https://devforum.nova.app/t/callback…. It is not yet known to me under what conditions this exactly occurs.
Although #38 greatly mitigates the issue, some of its consequences remain. The symbols sidebar lists symbols; since the sidebar is reloaded upon every keystroke, users will see a very displeasing animation while symbol names are changed.