encapsulating fields
I have an field starts with '_' and I want to encapsulate field from it. But
Resharper can't generate correct property name. Is there any way to tune
Resharper to remove '_' when generating property name?
Please sign in to leave a comment.
Hello Anel,
Did you set your naming style in options? If not, visit Resharper\Options,
select Code Style\Naming Conventions in dialog and enter field prefix.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
A> I have an field starts with '_' and I want to encapsulate field from
A> it. But Resharper can't generate correct property name. Is there any
A> way to tune Resharper to remove '_' when generating property name?
A>