Go to implemented method rather than interface

后端 未结 5 1262
礼貌的吻别
礼貌的吻别 2021-02-14 13:24

Oftentimes when browsing code, I\'ll come across something like this:

public class Fruity
{
    private IOrange _Orange;

    public Fruity()
    {
        _Oran         


        
5条回答
  •  萌比男神i
    2021-02-14 13:49

    With Visual Studio >= 2015 you can jump to implementation with shortcut keys ctrl + F12

提交回复
热议问题