google-chromepretty-print

Chrome Dev Tools - can I always have pretty print enabled?


As part of our build the code is minimised I'm currently debugging some js and constantly have to click the pretty print button in chrome dev tools. Is there a way to permanently enable pretty printing in chrome dev tools ?


Solution

  • No it is not possible yet. The way that I do is that I manage it through the build process to not minify the CSS and JS.