Visual Studio Format entire file?

倖福魔咒の 提交于 2019-12-03 03:36:01

问题


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


回答1:


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.




回答2:


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.




回答3:


Ctrl+K,Ctrl+D

This question with answers has a lot of handy tips.




回答4:


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..




回答5:


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




回答6:


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




回答7:


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




回答8:


Ctrl+E+D in Visual Studio Express 2013.



来源:https://stackoverflow.com/questions/1435691/visual-studio-format-entire-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!