+ 11
CodePlayground JS editor hanging? [TIP]
If a "large" [JS] tab pauses/hangs/clipboard operations are ignored in the editor, insert a block comment like this^ at line 1: /* This line controls editor assistance ... Now you can edit "normally" with less "help" from the editor. Once you're done flip the block comment (/*) to a line comment (//): // This line controls editor assistance and test as usual. ----- ^ With this trick you can't use block comments elsewhere. Got a better way?
1 Réponse
+ 8
thanks...