Notepad ++ is a free and open-source code editor in windows.
(I) Automatic code prompt settings
Notepad ++ does not enable this function by default. The setting method is as follows: Enable [Preferences]-> [backup and Automatic completion], and press set
(Ii) install plug-ins
Because notepad ++ is small, it gives it more space for expansion. Its rich plug-in functions make notepad ++ even more powerful. Here I will only introduce two plug-ins. The first is Zen coding and the second is quicktext. These two plug-ins can be used together to speed up code writing by ten times, it can be said that it is a necessary plug-in for notepad ++ (at least I need these two plug-ins)
(Iii) skin replacement
15 middle skins supported by default: replacement method:
Settings --- language format settings --- Select Topic ---- save and close
4. Use external themes
The operation is simple:
1. Find a topic you like in textmate theme directory;
2. Download the topic, open it in any text editor, copy all the code, paste it to theme converter page, and then "Download ";
3. Place the converted topic in "D: \ Program Files \ notepad ++ \ themes;
4. Change the file name to stylers. xml;
5. Close your notepad ++ and re-open it. Through the above selection and setting of themes, does your new theme have taken effect?