Naming rule for ASP.NET events R# 4.5
I recently upgraded to R# 4.5, but am having problems finding or creating a naming rule for ASP.NET events. For instance, if I use the designer in VS and create an event delegate for my control, the naming rule fails for the method created:
MyControl_DataBinding(object sender, System.EventArgs e)
The rule used is "Method properties and events", but it does not support UpperCamelCase_UpperCamelCase.
This must be a missing feature as this is standard feature in Visual Studio.
Thanks.
Please sign in to leave a comment.
Hi.
We are going to address this problem. Not for 4.5.1 unfortunately.
http://www.jetbrains.net/jira/browse/RSRP-4659