Example

public class TestClass {
static void MethodName( int I) {
}
}


Solution
The default regular expression mask ensures that parameter names start with a lowercase letter.

To edit the regular expression, click on the [Details...] button.


public class TestClass {
static void MethodName( int i) {
}
}