接口实现的“Go To Definition”等效快捷方式?

时间:2012-04-18 11:23:09

标签: c# visual-studio intellisense interface-implementation

  

可能重复:
  How do you quickly find the implementation(s) of an interface's method?
  Go to definition on concrete type

在您想要快速跳转到函数实现之前,编码到接口是很好的。

在好日子里,F12(转到定义)会直接带你去,但是现在它只是带你进入接口定义,而不是实现。

我很欣赏可能有多个实现,但有一种比手动查找文件更快的方法,或者Ctrl-Shift-F来搜索所有引用,即使它也包含每个调用。 “查找所有引用”给出了相同的结果。

只是想知道是否有人有方便的方法/宏?

1 个答案:

答案 0 :(得分:10)

使用ReSharper。那是Ctrl + F12。你会惊讶它有多强大......

顺便说一下,与“Go to Declaration”相比,它被称为“Go to Implementation”。