Decode HTML entities by pressing CMD+U
Enables HTML decoding of any selected text in a textarea or a text input field.
Just select the text you wish to replace and hit CMD + U.
For example:
<div>Hello, world!</div>
Would become:
<div>Hello, world!</div>