About 55 results
Open links in new tab
  1. Is it possible to indent JavaScript code in Notepad++?

    May 11, 2019 · I have some JavaScript code that is written in one line (no carriage returns), it's completely unreadable... With Notepad++, I tried to replace these characters ({, }, ;) by themselves …

  2. pretty-print JSON using JavaScript - Stack Overflow

    4 Douglas Crockford's JSON in JavaScript library will pretty print JSON via the stringify method. You may also find the answers to this older question useful: How can I pretty-print JSON in (unix) shell …

  3. How can I beautify JavaScript code using Command Line?

    Aug 20, 2008 · I am writing a batch script in order to beautify JavaScript code. It needs to work on both Windows and Linux. How can I beautify JavaScript code using the command line tools?

  4. Pretty printing XML with javascript - Stack Overflow

    Dec 18, 2008 · Learn how to pretty print XML using JavaScript with tips and code examples for better formatting and readability.

  5. javascript - How can I beautify JSON programmatically? - Stack Overflow

    I'm rather amused to see so many "solutions" referenced in the answers, all solving a problem that is, per Andy E's answer, already catered for by the standard API. A lesson to us all: read the …

  6. Beautifly / Tidy (Javascript) in Visual Studio Code

    Aug 8, 2018 · I'm currently giving Visual Studio Code a try. Overall I like the user experience however I can't find some of the things I'm very much used to, in sublime (with the help of extensions.) One of …

  7. How to format/tidy/beautify in JavaScript - Stack Overflow

    How can I format/tidy/beautify HTML in JavaScript? I have tried doing a search/replace for angle brackets (<, >) and indenting accordingly. But of course it does not take into account when th...

  8. Auto indent HTML / Javascript in Notepad++ - Stack Overflow

    Dec 6, 2012 · Auto indent HTML / Javascript in Notepad++ Asked 13 years, 2 months ago Modified 12 years, 5 months ago Viewed 16k times

  9. javascript - How to beautify/prettify a Json/JS file in a node.js ...

    Sep 7, 2016 · I am searching a way to prettify Json files in a node.js script (not CLI). I found a lot of npm beautifier packages, but none that can simply beautify directly a file. There is esbeautifier that d...

  10. C# Javascript Beautifier - Stack Overflow

    I am wondering if anyone knows of an open source c# library for beautifying javascript. I would like to make use of such a library within my asp net website to make debugging messy javascript easie...