How to disable code playground colours? Moving too slow.
When code gets over 100 lines of code, it always begins to lag on tge mobile device (not on PC). By lag, I mean typing a 3 second word like "var" will take 10 seconds to show up. In order to combat this I am usually forced to take snippets of the code to a blank project, work on it there, and finally copy paste it back into the code. I niticed too that the cursor drag and copy paste works fine. But when I type, the colours of the words (based on var, function, number etc) get wonky* before fully updating. My assumption is that it loops through the code for keywords to colour them, a very resource intensive feature for big code. I also have the font size hugest, so it barely has lots of code to loop through. I'm not sure how it works. So how do I disable the feature? Similarly, what can I change to make the playground move smoother even with so much code? *wonky: "var" is usually coloured blue. But sometimes colours fail to update, and the "ar" is blue while the "v" is white. It only changes after lag.