Automatically put spaces/quotes when completing tags/attributes

All HTML autocomplete don’t put the “space” and “double quotes” automatically. eg:

<div id= (no quotes after =) other IDEs: <div id="" <a href= (no quotes after =) other IDEs: <a href="" <img src= (no quotes after =) other IDEs: <img src=""

When I select the tag “div, a, img, etc…” Komodo don’t put a empty space after that.

I know, are small details, but this simple improvement will help a lot.

Thank you,

ps.: I didn’t checked the autocomplete in other languages, this should be done in all languages.

For example? I assume HTML based? (XML, etc.)