在 Visual Studio 中格式化整个文档。 P 和 H1 标签被分割为不止一行

发布于 11-25 05:29 字数 356 浏览 1 评论 0原文

当我在 Visual Studio 中按格式化整个文档时,一些标签(例如“h1”和“p”)被分割为多于一行

<h1>
    <%# something %></h1>

我想要发生的是所有内容都保留在一行。

<h1><%# something %></h1>

我检查了“工具”>“格式设置”选项>文本编辑器> HTML>格式>标签特定选项 h1 和 p 其设置为“之前和之后”,默认设置也是设置此选项。

任何人都可以告诉我如何防止额外的换行符?

When I press format whole document in Visual studio, some tages like "h1" and "p" got split over more then one row

<h1>
    <%# something %></h1>

What I want to happen is that everything stays at one row.

<h1><%# something %></h1>

I checked out the formatting settings under Tools > Options > Text Editor > HTML > Format > Tag Specific Options for h1 and p its set to "before and after", also the default settings are set this option.

Anyone can tell me how to prevent this the extra line breaks?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

没有伤那来痛2024-12-02 05:29:58

在不查看 VS 的情况下,我会尝试在客户端 Html 标签下添加一个新标签。
添加新标签“%”并设置格式,无结束标签和换行符。

我认为这应该适合你的格式

<h1><% something %></h1>

Without looking into VS, I would try adding a new tag under Client Html Tags.
Add the new tag "%" and set the formatting, no closing tags and no line-breaks.

I think this should work for you in format

<h1><% something %></h1>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文