Notepad++ Plugins Collection - Complete List, Continuously Updated
Notepad++ Plugins
Notepad++ itself is a powerful lightweight editor, and when used with various plugins, its functionality becomes even more powerful. It can implement file comparison, binary editing, JavaScript formatting, and more.
32-bit plugin list:
https://github.com/notepad-plus-plus/nppPluginList/blob/master/doc/plugin_list_x86.md
64-bit plugin list:
https://github.com/notepad-plus-plus/nppPluginList/blob/master/doc/plugin_list_x64.md
Plugin Directory
01: HexEdit View files in hexadecimal format
02: AutoSave Save current or all files at specified intervals
03: jstool JavaScript tools including formatting, compression, and validation
04: XBracketsLite Automatically pair symbols when typing, such as: ([{""}])
05: NppFTP FTP/SFTP client integration for direct file editing on remote servers
06: Compare Compare the differences between two files and highlight them
07: Explorer Adds a file explorer panel to easily navigate and open files from your project directory
08: PythonScript This Notepad++ plugin creates a console inside Notepad++ for command input and other functions
09: NppExec This Notepad++ plugin allows us to run Python programs and provides powerful features such as output capture, error highlighting, and error location