Home > Article > Development Tools > What are the useful plug-ins for notepad?
There are many articles introducing Notepad, so I won’t go into details here. In short, it is a lightweight text editing tool. Combined with rich plug-ins, it can realize many functions and become a lightweight IDE, which is very suitable for script development. Here we introduce to you several powerful plug-ins.
Recommended tutorial: notepad usage tutorial
##Insertion
This is a plug-in mainly used for demonstration, suitable for first-time developers to use for example learning. Its function is to insert the name and date and time of the current document, and automatically close HTML/XML tags.XML Tools
This plug-in contains many practical tools for XML editing. For example, XML syntax rule checking, XML Schema and DTD confirmation, XML tag automatic closing, current XML path, XML and Text conversion, comment and non-comment switching, etc.TextFX
TextFx is a plug-in pre-installed in Notepad. It has very powerful functions, including conversion, insertion, and optimization of various codes. , formatting and verification, etc., which can easily improve your work efficiency. You can check out the Text FX official website for more details.Doc Updater
Automatically updates the document you open in Notepad every three seconds.QuickText
A very excellent code snippet manager that supports all language types supported by Notepad.SearchInFiles
A friendly Notepad file search tool.NppExec
Using the NppExec plug-in, you can scan your command line or save the script without leaving Notepad, which greatly improves your s efficiency.Spell-checker
Spell checker tool. Aspell needs to be installed first.DBGP plugin
You can use this plugin to turn your Notepad into a php IDE.Compare Plugin
A very practical tool that can be used to compare the differences between two files.FTP_synchronize
An FTP client integrated into Notepad.MultiClipboard
Notepad’s clipboard function enhancement plug-in.SpeechPlugin
Text-to-speech recitation plug-in.Gmod 10 Lua Syntax Highlighter
A syntax highlighting plug-in for Notepad.Log plugin
This plug-in allows Notepad to realize a function of Windows’ built-in note-taking: when the file is .log, it will be opened every time Date and time can be appended. I won’t introduce more one by one, everyone can choose what they need according to their own needs:Light Explorer
Colour Picker
SecurePad
HTMLTag
##NppExportSimple script
How to use Notepad Put the plug-in (.dll file) into the notepad/plugins directory. After restarting Notepad, you will be prompted for installation. After successful installation, you can find it in the plug-in on the menu bar. It should be noted that some plug-ins only support one of the ANSI and Unicode versions of Notepad.
The above is the detailed content of What are the useful plug-ins for notepad?. For more information, please follow other related articles on the PHP Chinese website!