I started my C# journey few months ago with a beginning of a project. Unfortunately, back then I didn't mind implicit private
and internal
. Now I would like to somehow generate them. I've searched through Visual Studio's and ReSharper's possibilities, no results. My code is pretty large now and I would hate editting it manually.
Is there any option to solve that?