Search code examples
autocompletemicrosoft-edgeemmetcodepen

Codepen tab to autocomplete not working on Microsoft Edge


Normally on other browsers like Chrome, Firefox when I press tab after typing HTML like h1 div, it would autocomplete to <h1></h1>, <div></div>

Microsoft Edge

Microsoft Edge

Chrome

Chrome


Solution

  • Tab Triggers / Emmet is supported in Microsoft Edge. Please check whether you have done the following action which can make this feature fail to work:

    1. You may have used different input methods rather than English.
    2. The HTML text area has lost focus.

    If you still fail to get it to work, you can try cleaning up cache from CodePen and then test again.