VS 中的 HTML 换行格式不起作用?
我已经调整了 VS 2010 HTML 格式设置,以便为许多标记(例如 和
但这仅在格式化文档时呈现如下:
<ul>
<li>
<a href="#">
Item 0</a></li>
<li>
<a href="#">
Item 1</a></li>
<li>
...
How can I make VS 2010 (or 2008) format the HMTL this way?
<ul>
<li>
<a href="#">
Item 0
</a>
</li>
<li>
<a href="#">
Item 1
</a>
</li>
<li>
...
I've adjusted my VS 2010 HTML formatting settings to do line breaks "Before opening, within, and after closing" for many tags such as the <a>
and <li>
tags.
But this only renders as the following when formatting the document:
<ul>
<li>
<a href="#">
Item 0</a></li>
<li>
<a href="#">
Item 1</a></li>
<li>
...
How can I make VS 2010 (or 2008) format the HMTL this way instead?
<ul>
<li>
<a href="#">
Item 0
</a>
</li>
<li>
<a href="#">
Item 1
</a>
</li>
<li>
...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个答案有帮助吗? 配置 <% %> 的格式Visual Studio 编辑器中的块
Does this answer help? Configuring the formatting of <% %> blocks in Visual Studio editor