In Resharper under "Options -> Naming Conventions" i can set Prefix and Suffix for variable names. Thats a nice Feature, but i am missing something.
in my Company, naming conventions are
Instance Fields: m_FooBar
Classnames: CFooBar
I have set prefix to "m_"
ReSharper suggests me:
--> m_cFooBar
--> m_fooBar
--> m_bar
but i need
--> m_FooBar
--> m_Bar
some nice additional setting woul be
First letter after prefix "Always upper", "Always dower", "Default"
and a textbox where i can set a text to be stripped at the beginning of classnames where e can add a "C".