IDE suggestion - auto closes tags on </
I've been using Dreamweaver CS3 for far to long, and now that most of my coding is PHP (often using CodeIgniter), I really need to find a new IDE.
I've tried PHPDesigner and Aptana Studio 3, and was happy with both until I started coding in HTML and saw how they auto-close their tags as soon as one is opened, placing the cursor between them. After a lot of searching around the web, this seems to be the norm, but I've become very used to Dreamweavers style of auto-closing the most recent opened tag when I type </
and place my cursor at the e开发者_Go百科nd of the generated closing tag.
Are there any IDEs out there that auto-close their tags on </
or am I asking too much?
By default, Netbeans 7 provides the behavior you observed in PHPDesigner and Aptana Studio 2. However, the behavior can be changed via Preferences -> Code Completion -> HTML to the auto-close style that you prefer.
Look specifically for the "Completion Offers End Tags After Less Than (<) Character" option.
I used Espresso before, it only works on Mac but it is quite good. It has auto close but I think Dreamweaver has it too.
精彩评论