Notepad ++ is an excellent open-source editor with many plug-ins as its biggest feature. Here I will share some of my frequently used practical plug-ins, some of which are pre-installed with NPP. These plug-ins are mainly related to development. If you want to use other plug-ins, you can browse http://sourceforge.net/projects/npp-plugins/files /.
Explorer
Explorer is a file browsing plug-in that allows you to quickly locate the file being edited and search for the file content in the directory (find in files ). The favorites function can save frequently used directories or files.
Compare
Compare, file comparison plug-in, can be simple and quick comparison, but for comparison of complex points, I generally use winmerge.
Dbgp
Dbgp client plug-in, usually used together with xdebug for remote debugging of PHP programs.
Tagsview
Tagsview: Class, attribute, and method list of the document. It is easier to use than another plug-in called functionlist.
Nppftp
Nppftp and FTP client.
RegEx helper
RegEx helper, which matches regular expressions in the document and can be used to test regular expressions.
JSON Viewer
JSON Viewer: displays the JSON structure selected in the document.
Nppautoindent
Nppautoindent: auto indent.
From: http://fwso.cn/essay/notepad%E5% AE %9E%E7%94%A8%E6%8F%92%E4%BB%B6%E5%88%86%E4%BA% AB/