Home > Web Front-end > HTML Tutorial > notepad++的emmet插件生成代码问题_html/css_WEB-ITnose

notepad++的emmet插件生成代码问题_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:33:16
Original
1502 people have browsed it

用emmet生成的代码没有强制闭包,如

<input type="text">
Copy after login

怎么设置让它把闭合标签写标准,如
<input type="text"/>
Copy after login


回复讨论(解决方案)

没用过这个插件,,,你不然查看下插件的开源代码,,,看看能不能进行重写。。。

自己动手,丰衣足食。。。。
http://docs.emmet.io/customization/syntax-profiles/

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template