1 / 9
文档名称:

Visual C# Development Settings.pdf

格式:pdf   页数:9
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Visual C# Development Settings.pdf

上传人:紫岑旖旎 2012/9/16 文件大小:0 KB

下载得到文件列表

Visual C# Development Settings.pdf

文档介绍

文档介绍:IT-Homer 专栏
成功是优点的发挥,失败是缺点的积累! 不为失败找理由,只为成功找
方法……
Visual C# Development Settings
2010-03-12 12:21 193人阅读评论(1) 收藏举报
source: http://blogs./karenliu/archive/2006/06/12/
Visual C# Development Settings Default KeyBindings
Editing

CTRL + M, O
Collapses existing regions to provide a high-level view of the types and members in the source file.
mentSelection
CTRL + K, C or CTRL + E, C
Inserts // at the beginning of the current line or every line of the current selection.

CTRL + K, D or CTRL + E, D
Formats the current document according to the indentation and code formatting settings specified on
the Formatting pane under Tools | Options | Text Editor | C#.

CTRL + K, F or CTRL + E, F
Formats the current selection according to the indentation and code formatting settings specified on
the Formatting pane under Tools | Options | Text Editor | C#.

CTRL + K, X
Displays the Code Snippet Picker. The selected code snippet will be inserted at the cursor position.

CTRL + M, P
Removes all outlining information from the whole document.

CTRL + K, S
Displays the Code Snippet Picker. The selected code snippet will be wrapped around the selected text.

CTRL + M, L
Toggles all previously colla