DEV Community

Discussion on: Firefox's New Multi-Line Console Editor is Awesome

Collapse
 
victorneves profile image
Victor Neves

What do you mean by multi-line editor? What it does that you couldn't do it before? Ifcan add new lines pressing shit+enter. Besides that you have the Scratchpad

Collapse
 
yuanhao profile image
YuanHao Chiang

This editor will let you keep your snippet, whereas on Chrome after any expression (say, defining a function), the code will disappear.

I find it more pleasing to be able to see multiple expressions instead of just the last one and needing to use the up arrow to browse through them, but only when editing big chunks of code. For the usual, the console is just fine :)