Show all files contain same partial class
Asked Answered
R

2

9

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?

Recitativo answered 26/12, 2012 at 13:41 Comment(0)
X
10

Yes. Use Navigate to Related Files.

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

Xena answered 26/12, 2012 at 13:44 Comment(0)
P
1

If you left the default settings as the Visual Studio settings for shortcut keys when installing ReSharper, the default could also be Ctrl + Alt + F7 (at least in ReSharper 8)

Prerequisite answered 24/2, 2015 at 15:13 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.