Try:

Tools->IDE Options->Code Style->Name Prefix.

I have an underscore in the Field and Static field options.

Carlos

> 
> 6. We use a convention of prefixing private class variables with an
> underscore:
> 
>       private String _name;
> 
> It would be nice if the auto creation of getter/setter functions would
> take this into account and strip the leading underscore and uppercase
> the first letter:
> 
>      public String getName () {
>       return _name;
>      }
> 
> If you have any questions regarding these ideas, please let me know!
> Thank you for your time!
> 
> 
> :: nicholas j leon ([EMAIL PROTECTED],  [EMAIL PROTECTED])
> 
> 
> 
> 
> _______________________________________________
> Eap-features mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-features
> 


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to