Archive for category jetbrains rider

JetBrains Rider: Removing “private” from C# code

I prefer NOT to see the “private” keyword in C# code. As a quick update to that post, here’s how to set up JetBrains Rider to not add “private” when it creates code, and also to remove it when using its “Reformat and Cleanup Code” feature:

Leave a comment