Option Examples? Permanently deleted user Created February 20, 2004 14:29 Can anyone explain the purpose of:Tools | Options | Resharper | Code Styleand maybe provide some examples?Thanks in Advance!Derek
Derek,
Currently it is used for name completion. For example, some users prefer
putting underscore before field names. In this case you can set the field
prefix to "_" and in the following context:
class C
{
MySuperClass
}
will suggest:
_mySuperClass
_superClass
_class
Hope this helps.
--
Oleg Stepanov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Derek" <dprice@doble.com> wrote in message
news:c155on$ppd$1@is.intellij.net...
>
>
>
>
>