Implement Roslyn formatting options in the decompiler #1088
Labels
C#
Decompiler
The decompiler engine itself
Help Wanted
New Feature
Output
Output code formatting; hyperlinks/tooltips on output code
As we are now part of Roslyn, it would be nice to support all the formatting options that Roslyn exposes (plus new ones dotnet/roslyn#25303).
ICSharpCode.Decompiler.CSharp.Output
replacing all options with plain bool/enum properties, so we use the same names as Roslyn does for the options, but don't have a dependency on Roslyn.CSharpOutputVisitor
.The text was updated successfully, but these errors were encountered: