Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show all files contain same partial class

I have a partial class public partial class myClass

defines in different files, e.g. myClass1.cs, myClass2.cs, etc.

Is there a way for resharper or Visual studio built-in functionalities to find all the files belong to the same partial class?

like image 310
william007 Avatar asked Dec 26 '12 13:12

william007


1 Answers

Yes. Use Navigate to Related Files.

If you use the IntelliJ/ReSharper2 keyboard bindings, it's control + shift + alt + g

like image 136
Drew Noakes Avatar answered Oct 05 '22 11:10

Drew Noakes