Notepad++ tabbing out of tags, autocomplete
- by Matt
I'm trying to learn a little HTML. Everyone says to use Notepad++ over notepad.
I have autocomplete on. My question: When I type my opening tag and Notepad++ then puts"""" closing tag, how do I "jump" out of the tag when I'm done typing? If I tab or hit enter, I'm still stuck before the closing tag. I can use my arrow keys, but if I'm going to do that, I would rather just type the closing tags.
Also if I have an UL of 10 items, and I want to change it to an OL, how do I select both the opening and closing tags so I may edit them at the same time?
Thanks
PS I wasn't able to post the HTML tags.