问题
How do you disable closing tags in Notepad++?
For example, if I type <html>, I don't want the program to add </html> after I type it. The same goes for any other tags.
I have already double checked the Preferences -> Auto-Completion, and made sure it is all unchecked.
回答1:
Go to:
Settings -> Preferences -> Auto Completition -> Auto Insert
Uncheck the option
html/xml close tag
来源:https://stackoverflow.com/questions/35513546/disable-closing-tags-in-notepad