Sorry if it looks like a wrong section, but here is a plug-in for Gedit I need:
In Dreamweaver there used to be such ability to auto-finish end tags in HTML. Maybe I'm spoiled by it, but I need it. For those who doesn't understand what I want, here is an example:
Code:
<div align="center">
</
as I type </, it should auto-finish it as </div>
Code:
<div align="center">
</div>
Hope you understood what I want. If I can't find it, I gonna write such plug-in, but it looks too useful that there would be no such plug-in yet