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中设置)