Visual Studio 2005:是否有一种简单的方法可以在 ASPX 文件中正确缩进?

发布于 2024-07-14 09:28:06 字数 93 浏览 5 评论 0原文

在 Visual Studio 2005 中,有没有办法正确缩进 aspx 文件中的标签(不是在 .cs 文件中,而是在包含 HTML/ASP 代码的 ASPX 文件中)?

In Visual Studio 2005, is there a way to indent correctly the tags in the aspx file (not in .cs files but really in ASPX files which contain HTML/ASP code)?

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

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

发布评论

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

评论(5

千柳 2024-07-21 09:28:06

您可以使用快捷键 Ctrl-K+D 修复缩进

You can fix indenting using the shortcut Ctrl-K+D

月朦胧 2024-07-21 09:28:06

这些击键转换为:

  • Ctrl-KCtrl-D:编辑/高级/格式化文档
  • Ctrl-ACtrl-KCtrl-F :编辑/全选、编辑/高级/格式选择

出于某种原因,后者似乎对我来说效果更好。

请注意,这些也适用于其他文件类型:C#、VB、XML 等...

Those keystrokes translate to:

  • Ctrl-K, Ctrl-D : Edit/Advanced/Format Document
  • Ctrl-A, Ctrl-K, Ctrl-F : Edit/Select All, Edit/Advanced/Format Selection

For some reason, the latter seems to work better for me.

Note, these also work for other file types: C#, VB, XML etc...

命比纸薄 2024-07-21 09:28:06

Ctrl-A(全选),Ctrl-KF 对我有用。

Ctrl-A (select all), Ctrl-K-F has worked for me.

書生途 2024-07-21 09:28:06

XML 编辑器工具栏 -> 设置整个文档的格式。

XML Editor toolbar -> Format whole document.

束缚m 2024-07-21 09:28:06

您想要转到“工具”>“ 选项,然后导航到文本编辑器> 所有语言> 选项卡。

您想要的设置是:
在缩进下,单击“智能”单选框以进行智能缩进。
在制表符下,制表符大小为 4,缩进大小为 4。
并选中标记为“插入空格”的单选按钮。

您还可以单独更改每种语言的这些设置。 另外,其中一些没有智能缩进,例如 html。

You want to go to Tools > Options and then navigate to Text Editor > All Languages > Tabs.

The settings you want are:
Under Indenting click the "Smart" Radio box for smart indenting.
Under Tab you want tab size 4 and indent size 4.
And check the radio button labeled Insert Spaces.

You can also change these settings for each language individually. Also some of them don't have Smart indenting, like html.

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