
To do so, place a check mark next to the Plugin(s) you wish to The Plugins Admin allows you to easily install plugins that are in the

How to install a plugin Install using Plugins Admin They are DLLįiles and simply removing or adding them is enough. Plugins directory in the main Notepad++ installation directory. With a few plugins (when using the installer, you can choose which ones to add),īut you can always add your own or remove some. Plugins are small or bigĪdditions to Notepad++ to enhance its functionality. This is how we can use the XML tools plugin in Notepad++ to auto-indent the HTML code.Notepad++ is very extensible using so called plugins. The following screenshot shows the unindented HTML code in Notepad++.Īfter applying the auto-indentation using the XML tools, the output looks like this. Let’s implement the auto-indentation of the HTML code below. This will format or indent HTML code in a nice format. Or use the shortcut key, Ctrl+Alt+Shift+B. To enable the XML tools plugin, go to Plugins, click on XML tools and click/check Pretty print.



The tutorial guides through the installation of the plugin and demonstrates its use. The tutorial will introduce a plugin, XML tools, allowing us to format or indent HTML code in Notepad++. Format HTML Code in Notepad++ Format HTML Code in Notepad++.
