Hi I use NRefactory to extract String constant and remplace it by static variable for i18n, I can successfully do it but when I output my code with GetText() it doesn't keep the original formatting. I want to be do that with the minimum formatting change.
Thanks.
Take a look at the "Modifying C# code" portion (last section) of the NRefactory CodeProject article.