缩进 - XAML
有人知道如何在 Visual Studio 2010 中自动缩进 XAML 文件吗?
Does anybody know how to do an auto-indent a XAML file in Visual Studio 2010?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有人知道如何在 Visual Studio 2010 中自动缩进 XAML 文件吗?
Does anybody know how to do an auto-indent a XAML file in Visual Studio 2010?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
打开文档后,按
CONTROL+K CONTROL+D
With the document open, press
CONTROL+K CONTROL+D
菜单 - 编辑:高级:格式化文档(您的键盘快捷键将位于菜单项的右侧)
Menu - Edit:Advanced:Format Document (Your keyboard shortcut will be to the right of the menu item)
我发现如果我只是使用自动完成功能关闭当前对象,Visual Studio 将缩进中间的所有内容。
因此,您可以删除 XAML 的最后一行,然后开始重新键入该行的开头,按 Tab 键并缩进 XAML。
或者您只需选择“编辑”>“高级>格式化文档。
I find that if I just close the current object using the auto-complete functionality Visual Studio will indent everything in-between.
So you could just delete the last line of your XAML and then just start retyping the start of the line, hit tab and get your XAML indented.
Or you could just select Edit > Advanced > Format Document.