The codestyle of my company requires a space between a method name and (). [C++] So I have turned on the option "Insert () and closing ... and put 1 spaces between method name and ().
After using "Extract method" the remaining method call does not have this space.
Example: callMethod (withArgument ());
after "Extract method": newMethod(); <-- no space in between
VA_X.dll file version 10.6.1842.0 built 2011.02.03 Licensed to: VA X: --- (31-user license) Support ends 2012.03.31 DevEnv.exe version 9.0.30729.1 Professional msenv.dll version 9.0.30729.1 Font: Courier New 13(Pixels) Comctl32.dll version 6.10.7600.16661 Windows 7 6.1 Build 7600 4 processors (x86-64; WOW64)
Refactorings have its own snippets which you can edit so you can use your styles. To open the snippet editor, just select VAssistX -> Tools -> Edit VA Snippets...
Here, open the treenode for your language (e.g. C++, C#) and find the snippet "Refactor Extract Method". You will also find other snippets for other refactorings near this one.
Unfortunately you cannot configure the formatting of the new function call created by Extract Method. We have discussed more extensive code formatting, but it is a tricky area, partly due to the very large number of options it would require.
Have you considered using a separate tool that specialises in code formatting? This is one example, but I have never used it personally so I don't know how well it actually works: