How do I format XML in Notepad++?

后端 未结 20 2597
不思量自难忘°
不思量自难忘° 2020-11-27 08:40

I have Notepad++ and I got some XML code which is very long. When I pasted it in Notepad++ there was a long line of code (difficult to read and work with).

I want to

20条回答
  •  粉色の甜心
    2020-11-27 09:13

    Plugins -> XML Tools -> Pretty Print (libXML) or Ctrl+Alt+Shift+B

    You probably need to install the plugin:

    Plugins > Plugins Manager > Show Plugins Manager

    If you are behind a proxy, download it from here.

    Then copy XMLTools.dll to the plugins directory and external libraries (four dlls) into the root Notepad++ directory.

提交回复
热议问题