Automatically remove unnecessary parenthesis?
Is it possible to configure R# in such a way that unnecessary parenthesis are removed automatically as show in this example?
var number = ((int)) someVariable;
or
if(( ... == ... ))
Please sign in to leave a comment.