BigConsole: A Multiline JavaScript Console for Chrome Developer Tools
BigConsole is a free Chrome add-on developed by Isaac Sukin (IceCreamYou) that enhances the Chrome Developer Tools by adding a multiline JavaScript console. With BigConsole, users can enjoy the convenience of a multi-line split console, similar to what is available in Firefox.
The add-on offers several useful features, including a vertical split style multiline REPL, syntax highlighting and editor enhancements thanks to Ace Editor, pretty-printed output, and a "Run" button or CTRL+Enter shortcut to execute code. Additionally, there is a "Clear" button to clear the REPL and a "History" drop-down to easily restore previously executed code.
Compared to Chrome Dev Tools' built-in Snippets editor, BigConsole aims to provide a simpler and faster way for users to iterate and experiment with code. It offers a more streamlined and user-friendly experience, allowing developers to quickly test and refine their code in a multiline, syntax-highlighted REPL.