开发者

C# -->Go to Definition ==> VB.NET

开发者 https://www.devze.com 2023-01-22 13:53 出处:网络
I have a solution in VS 2010. There are two DLL projects: one UserControl in C# WPF (myCSharpUC) and other - WinForm UserControl in VB.NET (myVbUC)

I have a solution in VS 2010.

There are two DLL projects: one UserControl in C# WPF (myCSharpUC) and other - WinForm UserControl in VB.NET (myVbUC)

Actually in myCSharpUC I have an instance of myVbUC:

myCSharpUC {
    private MyVbUC vbControl;

    ...
    somemethod()
    {
       vbControl.MyProperty
    }
}

Is there a way to "navigate to definition" of MyProperty directly? (actually only 开发者_JAVA技巧metadata is displayed)


ReSharper's Navigate to External Sources?


It's a known issue, the workaround are two: use ctrl+, or use some plugin that add this function, like resharper (that will add this function in the F12).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号