如何自动缩进源代码?

发布于 2024-09-28 06:47:36 字数 139 浏览 2 评论 0原文

如何在 Visual Studio 2010 中自动缩进源代码?

我使用过 Ctrl + KCtrl + F,但不起作用;还有其他方法/插件可以做到这一点吗?

How can I automatically indent source code in Visual Studio 2010?

I have used Ctrl + K, Ctrl + F, but it does not work; is there any other way/plugin to do this?

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

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

发布评论

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

评论(7

拍不死你 2024-10-05 06:47:36

Ctrl+ED - 格式化整个文档
Ctrl+KCtrl+F - 格式选择

也可以通过“编辑|高级”在菜单中使用。

托马斯·

编辑-
Ctrl+KCtrl+D - 在 VS 2010 中格式化整个文档

Ctrl+E, D - Format whole doc
Ctrl+K, Ctrl+F - Format selection

Also available in the menu via Edit|Advanced.

Thomas

Edit-
Ctrl+K, Ctrl+D - Format whole doc in VS 2010

离旧人 2024-10-05 06:47:36

2010 年为 Ctrl+kCtrl+d。见下图。

在此处输入图像描述

In 2010 it is Ctrl+k, Ctrl+d. See image below.

enter image description here

海的爱人是光 2024-10-05 06:47:36

在 Visual Studio 2010 中

Ctrl +k +d 缩进整个页面。

Ctrl +k +f 缩进所选代码。

如需更多帮助,请访问:http://msdn.microsoft.com/en-us/library/da5kh0wa.aspx

一切都在那里。

In Visual Studio 2010

Ctrl +k +d indent the complete page.

Ctrl +k +f indent the selected Code.

For more help visit : http://msdn.microsoft.com/en-us/library/da5kh0wa.aspx

every thing is there.

维持三分热 2024-10-05 06:47:36

2010 年缩进为 ctrl +k +d

In 2010 it is ctrl +k +d for indentation

吻泪 2024-10-05 06:47:36

此外,还有方便的小“增加缩进”和“减少缩进”按钮。如果您突出显示一段代码并单击这些按钮,则整个代码块将缩进。

Also, there's the handy little "increase indent" and "decrease indent" buttons. If you highlight a block of code and click those buttons the entire block will indent.

葬花如无物 2024-10-05 06:47:36

<块引用>

我已经尝试了两种方法,从“编辑|高级”菜单,它们没有对我的源代码做任何事情。其他选项(例如行缩进)正在起作用。可能出什么问题了? – Chucky 2013 年 7 月 12 日 11:06

有时,如果它不起作用,请尝试选择上方和下方的几行或整个代码块(整个函数、整个循环、整个开关等),以便它知道如何缩进。

例如,如果您将某些内容复制/粘贴到 switch 的 case 语句中,并且缩进错误,则需要选择文本 + 上面包含 case 语句的行才能使其正常工作。

I have tried both ways, and from the Edit|Advanced menu, and they are not doing anything to my source code. Other options like line indent are working. What could be wrong? – Chucky Jul 12 '13 at 11:06

Sometimes if it doesnt work, try to select a couple lines above and below or the whole block of code (whole function, whole cycle, whole switch, etc.), so that it knows how to indent.

Like for example if you copy/paste something into a case statement of a switch and it has wrong indentation, you need to select the text + the line with the case statement above to get it to work.

情栀口红 2024-10-05 06:47:36

值得注意的是,如果文档中存在语法错误,自动缩进将不起作用。去掉红色的波浪线,然后尝试 CTRL+K、CTRL+D,等等......

It may be worth noting that auto-indent does not work if there are syntax errors in the document. Get rid of the red squigglies, and THEN try CTRL+K, CTRL+D, whatever...

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