Resharper简介[5]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 inzhagi 的 blog

find usage                      alt f7

go to declaration            ctrl b

go to inheritors               ctrl alt b

(找到类名的声明处使用这个快捷键可以找到所有继承和实现)

go to type declaration    ctrl shift t

highlight usages              ctrl shift f7

insert template                ctrl j

(推荐使用,尤其是在写一些比较重复的代码时)

optimize using                 ctrl alt o

(自动去除不必要的using)

reformat code                 ctrl alt f

(推荐, 有利于团队代码的风格一致, 自动代码整理,包括换行和格式, 需要在resharper->options->code style中设置)

本文关键:Resharper简介
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top