Find Usages is broken in 2112
See snippet:
public interface I { void a(); }
public class A : I
{
public void a() {} //ask for find usages on this method, answer yes to the enquery regarding searching from the base interface
}
public class B { B(I i){ i.a(); } }
At the same time Find Usages Advanced works fine with default settings.
Regards,
Sergei
public interface I { void a(); }
public class A : I
{
public void a() {} //ask for find usages on this method, answer yes to the enquery regarding searching from the base interface
}
public class B { B(I i){ i.a(); } }
At the same time Find Usages Advanced works fine with default settings.
Regards,
Sergei
Please sign in to leave a comment.
Hello Sergei,
We've just fixed this problem, please try the next build. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"