ReSharper5默认快捷键Visual Studio版(第一部分)
2011-02-28 00:08 贼寇在何方 阅读(493) 评论(0) 编辑 收藏 举报关键字代码完成 | Symbol code completion | Ctrl + Space |
智能代码完成 | Smart code completion | Ctrl+Alt+Space |
导入关键字完成 | Import symbol completion | Shift+Alt+Space |
完成语句 | Complete statement | Ctrl+Shift+Enter |
参数信息 | Parameter info | Ctrl+Shift+Space |
转到前一个签名 (在参数信息中) |
Go to previous signature (in parameter info) |
Ctrl+Shift+Alt+Space |
快速文档 | Quick documentation | Ctrl+Shift+F1 |
将代码上移(下,左,右) | Move code up, down, left, right | Ctrl+Shift+Alt+Up |
扩展选择 | Extend selection | Ctrl+Alt+Right |
收缩选择 | Shrink selection | Ctrl+Alt+Left |
复制一行或者选定区域 | Duplicate a line or selection | Ctrl+D |
以行的方式注释 | Comment with line comment | Ctrl+Alt+/ |
以块的方式注释 | Comment with block comment | Ctrl+Shift+/ |
生成代码 | Generate code (constructors,properties, implementing, overriding members, etc) |
Alt+Ins |
插入现有模板 | Insert live template | Ctrl+E, L |
与模板关联 | Surround with template | Ctrl+E, U |
从模板创建文件 | Create file from template | Alt+Ins in Solution Explorer |
转到上一个编辑位置 | Go to last edit location | Ctrl+Shift+Backspace |
查看最近的文件 | View recent files | Ctrl+, |
查看最近的编辑 | View recent edits | Ctrl+Shift+, |
转到相关文件 | Go to related files | Ctrl+Alt+F7 |
查看书签 | View bookmarks | Ctrl+` |
转到书签 | Go to bookmark | Ctrl+[numeric key] |
设置/移除书签 | Set/remove bookmark | Ctrl+Shift+[numeric key] |