C# Code generation settings Follow
I noticed that `CodeStyle` settings for `C#` lack a tab `Code generation` like for `JavaScript` or `Java`.
Is there a way to force created fields/properties to be private by default?
I also wanted them to be created at the top of the class with some auto sorting from `public` to `private` from top to bottom
I nearly always create my fields/properties via that menu
If I press `Create field` it will be created at the very top of my class with `private` modifier, but if I choose `Create property` it will be created under current function with `public` modifier. That's weird
Please sign in to leave a comment.