solid-playground icon indicating copy to clipboard operation
solid-playground copied to clipboard

Add a way to disable automatic compilation or/and customize the delay

Open amoutonbrady opened this issue 3 years ago • 2 comments

As of today the compilation of the JSX to JS happens as you type it with a debounced function of 250ms.

Watching people code in real time, this can be annoying because it yells errors all around before you are done typing. One thing I'd like to see is an option to toggle automatic compilation and have a button to manually compile it.

Additionally what would be good is if we'd have a customized delay for the debounce function if automatic compilation is on.

amoutonbrady avatar Jul 03 '21 16:07 amoutonbrady

No need to customize the delay..

🙂.. I think compiler errors should come underneath the playground editor as minified first..

And then it should have this toggleable down arrow button indicating that it could be expanded by the user when he/she wants to actually check out the full error details of what is wrong..

swise0 avatar Jul 12 '21 15:07 swise0

To be honest the pop up is annoying... could we get anyone to work on this feature of making errors look more presentable? like that of the svelte repl.. link https://svelte.dev/repl

swise0 avatar Jul 31 '21 02:07 swise0