IntelliJ 以 html 编码格式扩展 Emmet 表达式
IntelliJ expands Emmet expression in html encoded format
IntelliJ Ultimate 2016 的新用户。尝试在 index.html 文件中使用简单的 emmet 表达式 "div.error"。
当我跳出时,它以 html 编码形式而不是通常的 html.
扩展为以下表达式
<div class="error"></div>
<!-- /.error -->
我没有搞砸什么设置。感谢任何帮助
首选项 |编辑|埃米特 | HTML,确保 'Escape' 过滤器未在 'Filters enabled by default'
中启用
IntelliJ Ultimate 2016 的新用户。尝试在 index.html 文件中使用简单的 emmet 表达式 "div.error"。
当我跳出时,它以 html 编码形式而不是通常的 html.
扩展为以下表达式<div class="error"></div>
<!-- /.error -->
我没有搞砸什么设置。感谢任何帮助
首选项 |编辑|埃米特 | HTML,确保 'Escape' 过滤器未在 'Filters enabled by default'
中启用