Most IT practitioners are familiar with uitraedit, editplus, notepad ++ and other text editing tools. These tools are powerful, but most of them are charged. Notepad ++ is free of charge, and the update is still very fast, and there are many plug-ins. If you prefer it, we recommend it.
I. Plug-In Manager
Open notepad ++ and select plug-in> plugin manager. Open the plug-in manager, for example:
You can use the plug-in Manager to install, update, and uninstall the plug-in.
Note: Some plug-ins are Google addresses and may fail to be downloaded. You can download them through a foreign VPN.
II. Introduction to common plug-ins
Notepad ++ provides many plug-ins. The default installed plug-ins are limited. To improve development efficiency, it is necessary to install the following plug-ins.
1. tidy2
An efficient HTML beautification, XHTML formatting, and syntax check plug-in.
2. XML tools
This plug-in contains many practical XML editing tools. For example, XML syntax rule check, XML schema and DTD validation, automatic closure of XML tags, current XML Path, XML and text conversion, annotation and non-annotation switching, and so on.
3. jslint jstool
Jslint is exactly the tool Douglas crockford created to solve such problems. In addition to pointing out these unreasonable conventions, jslint can also mark structural problems. Although jslint cannot ensure that the Code logic is correct, it helps to discover errors and teach developers some good coding practices. It is worth mentioning that the jslint tool itself is also a piece of JavaScript code, which is a Javascript script that tests the quality of JavaScript code.
4. JSON Viewer
JSON data syntax check and formatting.
5. hex-Editor
View the current file in hexadecimal notation.
6. Light Explorer
Lightweight Resource Manager.
7. commp are
File comparison plug-in for simple comparison. For complex comparison, we recommend using beyond compare.
8. dbgp
It is quite powerful to debug the PHP program with xdebug. You can find the specific configuration on the Internet.