Capitalization when renaming fields
The rename refactoring always suggests lower-case field names. That violates standard C# coding conventions. Is this a bug or a feature? I ask because, as an ex-Java programmer, I find the convention of capitalizing non-private fields annoying, and often duplicating Type names.
Please sign in to leave a comment.