I've set Resharper to start everything with in lowercase.
Now, when Visual Studio generates event methodes, like searchButton_Click
it warns me that this is not conforming to my naming conventions.
This seems to be because of the underscore in the middle of the sentense. The only other settings with underscores in it are all_lower and ALL_UPPER. But I want just the start of the method or variable to be lowerscore and the rest to use camelCasing.
Is there no setting for this?