Visual Studio 格式化整个文件?
有没有办法在 VS2008 中使用 CodeRush Express 发出关键命令来正确格式化整个文件?
Is there a way to issue a key command to properly format an entire file in VS2008 with CodeRush Express?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
使用 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.
您可以随时转到工具 ->选项->键盘并为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.
Ctrl+K,Ctrl+D
这个带有答案的问题有很多方便的提示。
Ctrl+K,Ctrl+D
This question with answers has a lot of handy tips.
如果 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..
只需通过 Ctrl + A 选择页面的所有内容,然后单击 Ctrl + K 和 Ctrl + 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
Visual Studio 中格式化整个文档的快捷方式是 Ctrl + E, D
Shortcut in visual studio to format the whole document is Ctrl + E, D
我只使用内置的 Visual Studio 格式化命令:Ctrl+A、Alt+F8
I just use built-in Visual Studio formatting command: Ctrl+A, Alt+F8
Visual Studio Express 2013 中的 Ctrl+E+D。
Ctrl+E+D in Visual Studio Express 2013.