Curly-brace17
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created automatically rename files of partial class when class name changes
hi! i often use consistent prefix in a C# class file name when splitting the class into multiple partials each in a separate file. the prefix is the class name itself: - `SomePartialClass.Core.cs` ...