HTML Escape Selected Text

Is there an easy way for phpStorm to html escape the selected text?

For example:
<div>

Should become
&lt;div&gt;

Thank you,
Corsen

0

Hi there,

AFAIK there is no such action available in Php/WebStorm.

0

请先登录再写评论。