I upgraded last night (with some difficulty…) to 4.0.3 (on OS X). But there’s a feature that’s either gone in the (new?) HTML editor, or I can’t find the setting to turn it on….
In the old release, when I typed an open angle bracket + slash (e.g. </ ), the editor would detect this as closing a tag, expand it to the “correct” nested tag, and work outwards in a nice nested form on subsequent keystrokes. E.g. if the insertion cursor was sitting after a <ul><li> pair, and I typed </, it would expand that to </li>, and if I typed </ again, it would expand to </ul>.
This seems to be missing in the new version. Did it disappear in the editor changes? Or, am I missing a config setting somewhere?
Hoping it didn’t disappear — code completion is kind of an expected feature in an IDE, isn’t it…?