About 1,430,000 results
Open links in new tab
  1. How do I format XML in Notepad++? - Stack Overflow

    Apr 6, 2019 · Here's how and why: 1.TextFX -> TextFX HTML Tidy -> Tidy: reindent XML TextFX has the benefit of wrapping long lines, which XML Tools does not do, but it doesn't indent …

  2. Free XML Formatting tool - Stack Overflow

    Is there a free XML formatting (indent) tool available where I can past an XML string and have it formatted so I can read the XML document correctly? Thanks Edit ~ I am using XML Notepad …

  3. How can I pretty print XML content from the command line?

    Learn how to pretty print XML content from the command line using various tools and techniques.

  4. How To Auto-Format / Indent XML/HTML in Notepad++

    Aug 19, 2011 · To be clear, I already know how to format XML outside of Notepad++ (Eclipse works fine, as mentioned) so I don't need a bunch of links to other XML-formatting tools. I'm …

  5. 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.

  6. How do you format code in Visual Studio Code (VSCode)?

    Apr 30, 2015 · What is the equivalent of Ctrl + K + F and Ctrl + K + D on Windows in Visual Studio for formatting, or "beautifying" code in the Visual Studio Code editor?

  7. XML indentation using plugin for VS code - Wrap Attributes

    Jan 25, 2023 · I am looking for a way to use the plugin VS Code Pretty Formatter or some else plugin for ident XML files and its classes in two ways: Block and Inline. Is there some way I …

  8. Format XML code in Eclipse - Stack Overflow

    38 As stated above, Ctrl + Shift + F will auto-format. However, by default Eclipse will split attributes in a naive way. If you're like me and prefer to have all the attributes on their own …

  9. How do I indent an xml file in vim? - Stack Overflow

    Thank you! Very frustrated with large XML files and vim, in Sublime they reindents very quickly (5000-10000 lines and base64 data), but in Vim they reindents several minutes. This solution …

  10. How do I set the default formatter for XML in VSCode?

    Jun 11, 2021 · I uninstalled all the extensions I had installed in the "category:formatters xml" list, restarted VSCode and attempted to format some XML. It prompted, I installed the Red Hat …