In VSCode, when I select a function definition and press STRG + Enter, it takes really long until it fully hits the REPL. It starts flickering in the console and just strange in total. Does anyone else have this problem and how can I fix it?
This problem does not arise when using Shift + Enter, though
The VSCode plugin doesn’t use bracket paste on Windows which means that pasting something is equivalent to typing it on the keyboard (just really fast). For each character, OhMyREPL re-highligts the whole text so it becomes O(n^2) in the number of characters when pasting something.