I am trying to extract a variable as constant but the rider is not responding to the command:
class Clazz {
public void Method()
{
return OtherMethod("SomeString");
}
}
I am selecting "SomeString" and pressing ctrl+alt+C but nothing it happening. I tried changing the shortcut to crtl+alt+Q still not working. Am I doing something wrong?