Visual Studio 格式化整个文件?

发布于 2024-08-05 03:45:34 字数 59 浏览 4 评论 0原文

有没有办法在 VS2008 中使用 CodeRush Express 发出关键命令来正确格式化整个文件?

Is there a way to issue a key command to properly format an entire file in VS2008 with CodeRush Express?

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

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

发布评论

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

评论(8

黑寡妇 2024-08-12 03:45:35

使用 Ctrl+K+Ctrl+D 格式化文档击键

使用 Ctrl+ K+Ctrl+F 格式化选择击键

也可以通过打开“选项...”对话框来设置自己的击键(选择“工具”-> ;菜单中的选项)。在“选项”对话框中,从树中选择“环境”->“键盘”,然后为 Edit.FormatDocument 设置您自己的快捷方式。

Use Ctrl+K+Ctrl+D to format document keystroke

Use Ctrl+K+Ctrl+F to format selection keystroke

It's also possible to set your own keystrokes by opening Options... dialog (select Tools->Options from the menu). In Options dialog select Environment->Keyboard form the tree and set your own shortcuts for Edit.FormatDocument.

最舍不得你 2024-08-12 03:45:35

您可以随时转到工具 ->选项->键盘并为Edit.FormatDocument提供一个新的快捷方式。

更新 您还可以通过这种方式查看映射到此命令的快捷方式。

You could always go to Tools -> Options -> Keyboard and give the Edit.FormatDocument a new shortcut.

Update You can also see what the Shortcuts mapped to this command are this way.

却一份温柔 2024-08-12 03:45:35

Ctrl+K,Ctrl+D

这个带有答案的问题有很多方便的提示。

Ctrl+K,Ctrl+D

This question with answers has a lot of handy tips.

秋风の叶未落 2024-08-12 03:45:35

如果 Ctrl+E+Ctrl+D Ctrl+K+Ctrl+D Ctrl+K +Ctrl+F 不适用于您,请尝试设置以下设置:
工具->选项->文本编辑器 ->C# ->选项卡,
确保选择“保留标签”。
然后,返回文本编辑器,重新尝试格式化。

我之前真的很恼火,上面的步骤对我有用。希望它对你们有用..

If Ctrl+E+Ctrl+D or Ctrl+K+Ctrl+D or Ctrl+K+Ctrl+F doesn't work for you, try to set below settings:
Tools->Options -> Text Editor ->C# ->Tabs,
make sure `Keep tabs is selected.
Then, go back to your text editor, re-try formatting.

I was really annoyed before, and steps above works for me. hope it works for you guys..

帅冕 2024-08-12 03:45:35

只需通过 Ctrl + A 选择页面的所有内容,然后单击 Ctrl + KCtrl + D
整个页面的标签格式。

例如,请参阅此链接:
设置内容格式

Just select all content of page by Ctrl + A then click Ctrl + K and Ctrl + D.
The whole page tag format.

For example see this link:
Format the content

睫毛上残留的泪 2024-08-12 03:45:35

Visual Studio 中格式化整个文档的快捷方式是 Ctrl + E, D

Shortcut in visual studio to format the whole document is Ctrl + E, D

够钟 2024-08-12 03:45:35

我只使用内置的 Visual Studio 格式化命令:Ctrl+AAlt+F8

I just use built-in Visual Studio formatting command: Ctrl+A, Alt+F8

君勿笑 2024-08-12 03:45:35

Visual Studio Express 2013 中的 Ctrl+E+D

Ctrl+E+D in Visual Studio Express 2013.

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