You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am editing a huge block of code, the editor feels a bit sluggish.
This is probably happening because on each change, the whole block of code is being parsed for highlighting.
Is there any way that can improve the performance? I was thinking, if the parsing can be debounced somehow, that might improve the performance.
The text was updated successfully, but these errors were encountered:
subhamayd2
changed the title
[Enhanceme]
[Enhancement] Improve performance, when huge block of code is edited
Jul 15, 2021
When I am editing a huge block of code, the editor feels a bit sluggish.
This is probably happening because on each change, the whole block of code is being parsed for highlighting.
Is there any way that can improve the performance? I was thinking, if the parsing can be debounced somehow, that might improve the performance.
The text was updated successfully, but these errors were encountered: