When I do refactor : extract method VA always puts a space before and after the function parameters like : void MyMethod( int A, int B ).
I don't say that this is ugly, the problem is the most of my code uses no space and as I try to follow a coding style I always need to remove the spaces manually.
If VA would offer a refactor whole file and corrects all other functions to this coding style too, I could live with it, but right now it's a bit ugly and unnecessary work
I couldn't find help for this in the forums and I really searched for it.