
I noticed in that there is no ITextFormatter implementation in the DotNet implementation of the addon. I assume that is why the FormatDocumentAction is not enabled and I can't click Format Document for my c# code.
I am running build 112 (1 behind the current 113). I did look at GettingStarted12, and saw that there is a SimpleTextFormatter.
Is a CSharpTextFormatter expected to be included sometime in the future (and I suppose one for VB for others)?
I'd rather not try and analyze the SimpleTextFormatter too much and try and figure out what you guys are doing. It seems that the code handles most everything. What scenarios/edge cases does the QuickStart12 SimpleTextFormatter not handle, so I can make a better informed decision on how to proceed?
Essentially, I want to know if more official TextFormatter for CSharp is expected soon. If not, then I'd like to see how much work/testing I need to apply to the SimpleTextFormatter.
Thanks
I am running build 112 (1 behind the current 113). I did look at GettingStarted12, and saw that there is a SimpleTextFormatter.
Is a CSharpTextFormatter expected to be included sometime in the future (and I suppose one for VB for others)?
I'd rather not try and analyze the SimpleTextFormatter too much and try and figure out what you guys are doing. It seems that the code handles most everything. What scenarios/edge cases does the QuickStart12 SimpleTextFormatter not handle, so I can make a better informed decision on how to proceed?
Essentially, I want to know if more official TextFormatter for CSharp is expected soon. If not, then I'd like to see how much work/testing I need to apply to the SimpleTextFormatter.
Thanks