Project
ReSharper
Priority
Normal
Type
Feature
Fix versions
Mirabile Futurum
State
Open
Assignee
Sergey Shkredov
Subsystem
Naming
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Michael Sevestre
    2 years ago (26 Jan 2010 19:42)
  • Updated by   Sergey Shkredov
    10 months ago (06 Jul 2011 16:24)
  • Jira: RSRP-150194
    (history, comments)
 
RSRP-150194 Rules for private Methods
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Hi there,
I am experimenting with naming the public methods and private methods inside a class differently (i.e public method CamelCase and private method pascal case)
Unfortunately, there is only one rule available for methods in resharper "Methods, properties and events" under NamingStyle
Would it be possible, to define a rule for private methods, properties and events as well ?(similar to fiels private etc...). It would be really useful!

Thanks

Michael
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Sergey Shkredov
  Sergey Shkredov
03 Feb 2010 16:44
2 years ago
Hi.
See 'advanced' options in naming style options page. You may configure new rule for 'private' + 'method'.
Unfortunately we don't analyse method names in naming inspections. (Since there were many complaints about it)