I’m not sure if I’m doing something wrong, but if I copy 5 lines, and then hold down ctrl-v to paste the lines repeatedly, CM gets really slow while Monaco stays zippy fast.
Video of CM:
Video of Monaco (in VS Code):
My CM setup is basic:
new EditorView({
extensions: [basicSetup, javascript()],
parent
})
In Safari it is faster, but still not as fast as Monaco. Here’s Safari (when I move the mouse near the end, I already let go of cmd-v, but it is still catching up):