文档介绍: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