Notepad++ autocomplete HTML comment tag

3

I've recently enabled N++ autocomplete feature to close HTML/XML tags for me.

My problem is with the HTML comment tags: it tries to auto-close them!

I type:
<!-- comment -->
And it autocompletes to:
<!-- comment --></!-->

Any way to have it behave smarter, so that it doesn't wrongly autocomplete the comment tag, yet autocompletes others as usual?

Slav

Posted 2014-04-09T16:20:40.737

Reputation: 478

Do you need to use notepad++, or are you OK with using other software, I know of a really good html editing program that is very smart. – Gman Smith – 2015-06-20T18:25:10.057

This was specific to npp, as I use that for tons of other work. – Slav – 2015-06-22T16:23:40.470

No answers