Quick Text and Regex
-
Hello guys,
I’m new to notepad++, I really like the Quick Text Snippets capabilities but I’m trying to do something different.
Is there a way to have Quick Text recognize regex code ?
im trying to make it recognize a html opening tag and add the closing tag
Thank you in advance -
@manousos-p-koutsoukos said in Quick Text and Regex:
im trying to make it recognize a html opening tag and add the closing tag
That is the wrong use of that plugin. Notepad++ auto-completes HTML tags automatically. Settings => Preferences => Auto-Complete
Cheers.