Replies: 1 comment 6 replies
-
I brought this up a couple years ago on Matrix. At the time the feeling was, IIRC, that it wasn't desirable because the tree-sitter motions are a core method of movement in Helix and that it still wouldn't behave great with long incremental parses like in your case. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently editing an ≈40000 line C++ file and it is very painful because after every keypress it takes around 0.5 seconds to (I assume) update the syntax highlighting.
This is especially true when pasting a chunk of code. It slows to an absolute crawl.
I would propose debouncing the syntax highlighting ans possibly other processes that run after a keypress to run 0.1 seconds after the last keypress or something similar?
Beta Was this translation helpful? Give feedback.
All reactions