Visual Studio 2005:是否有一种简单的方法可以在 ASPX 文件中正确缩进?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您可以使用快捷键 Ctrl-K+D 修复缩进
You can fix indenting using the shortcut Ctrl-K+D
这些击键转换为:
出于某种原因,后者似乎对我来说效果更好。
请注意,这些也适用于其他文件类型:C#、VB、XML 等...
Those keystrokes translate to:
For some reason, the latter seems to work better for me.
Note, these also work for other file types: C#, VB, XML etc...
Ctrl-A(全选),Ctrl-KF 对我有用。
Ctrl-A (select all), Ctrl-K-F has worked for me.
XML 编辑器工具栏 -> 设置整个文档的格式。
XML Editor toolbar -> Format whole document.
您想要转到“工具”>“ 选项,然后导航到文本编辑器> 所有语言> 选项卡。
您想要的设置是:
在缩进下,单击“智能”单选框以进行智能缩进。
在制表符下,制表符大小为 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.