notepad is a powerful editor that can open or edit various types of text documents.
Many programmers also use notepad as their code editing tool. In the process of writing code, {} and () always appear in pairs, so if The automatic completion function of brackets saves worry and effort for programmers, but notepad itself does not have this function. You need to add a plug-in yourself, but it is also very simple (recommended learning: notepad use)
Find [Plug-ins] in the menu bar
Select [Plug-in Management]-[Show Plug-ins]
Find XBrackets Lite, put √
## in front of it. At this time, the computer needs to be connected to the Internet because the plug-in needs to be downloaded. The picture shows the plug-in being downloadedNow try to enter a bracket in the editing interface, and it will automatically complete the right bracket, so it is OK
The above is the detailed content of How to display a pair of brackets in notepad. For more information, please follow other related articles on the PHP Chinese website!