Ignore .generated.cs-files in Go to type
Is there a way to ignore files named in a specific way when using navigate to (ctrl+T)
For example I use T4MVC and it generates partials named generated and when I select the controler then I have to select "Declarations of class ..." where both the controller (TestController.cs) and a similar partial controller (TestController.generated.cs).
Have found where you can ignore code inspection for generated code, but not where you can skip it in "Go to type"
Please sign in to leave a comment.
Hello Mats,
Currently there is no such an option in ReSharper, but this feature request is already logged for ReSharper 8.0: http://youtrack.jetbrains.com/issue/RSRP-32028.
You're welcome to monitor its status and vote for it!
Thank you.