Auto close of html tags and jsp, php, asp tags in notepad++ and a semicolon at the end of the line written of scriptlets
html, notepad++, php
Solution
Regarding auto-closing html tags, for me only having html as the language didn't do the trick.
(This answer is incomplete, but is too large for a comment given the images.)
Changing the auto-complete preferences, as below, worked:
- Settings > Preferences
- Auto-Completion tab > Auto-Insert section > html/xml close tag
I use Notepad++ v6.5.2
Problem
I use notepad++ and I like it I specifically want it to do this : - Close automatically HTML tags. (eg. `</div>`) - Close tags after starting with proper indention for .jsp, .asp, .php files. (eg.`<%` `%>`, `<?php` `?>`) - Put a semicolon at the line end by default (whenever I start a new line inside `<?php ?>`) For (1), it is really frustrating for me, when I want to write HTML tags in php files. I upgraded to 6.5.1, and tried the TextFX, but it works only with files which have the extension `.html` or `.htm` Could someone please guide me in achieving these features?