I'm using Visual Studio 2017. This is not just renaming files. This is renaming classes with file name and reference. But on a mass scale.
Is there a way to rename all classes in a Namespace/folder.
I want to rename all classes like myClassNameDTO
to myClassNameInCache
and myClassNameDTOMapper
to myClassNameInCacheMapper
.
I have nearly 350 of such classes.
Is there a way i can make use of VS features or C# reflection.