Option to disable live javascript in IDE

Can we please have the option to disable the execution of script tags while writing Custom HTML and Native Libraries? It might be good for certain situations but otherwise, it just makes things messy.

The script is executed repeatedly each time a character is typed. This makes the editor become laggy or even stop responding at times.

Also, sometimes, you just do not want the script to be executed live. Like when you have added an alert to your javascript code. Anvil will keep displaying that alert whenever your type or remove something.

2 Likes