Studio中自动设置代码格式

Studio中自动设置代码格式

本文介绍了如何在Visual Studio中自动设置代码格式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道Visual Studio可以自动格式化以使我的方法和循环正确缩进,但是我找不到该设置.

I know Visual Studio can auto format to make my methods and loops indented properly, but I cannot find the setting.

推荐答案

格式化选择内容: + , +

To format a selection: +, +

格式化文档: + , +

To format a document: +, +

请参见预定义的键盘快捷键. (这两个是Edit.FormatSelectionEdit.FormatDocument.)

See the pre-defined keyboard shortcuts. (These two are Edit.FormatSelection and Edit.FormatDocument.)

在OS X上,请使用键,而不要使用:

On OS X use the key, not :

  • 格式化选择内容: + , +
  • 要格式化文档: + , +
  • To format a selection: +, +
  • To format a document:+, +

这篇关于如何在Visual Studio中自动设置代码格式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 09:59