csharp2plantuml.inputPath
Specify a input folder (relative to workspace folder)
csharp2plantuml.outputPath
Specify a output folder (relative to workspace folder)
csharp2plantuml.public
Only public accessibility members are output.
csharp2plantuml.ignoreAccessibility
Specify accessibiliies of members to ignore, with a comma separated list. (ex. 'private,protected,protected internal')
csharp2plantuml.excludePath
Specify exclude file or directory paths (relative to the "InputPath"), with a comma separated list. (ex. 'obj,Properties\AssemblyInfo.cs')
csharp2plantuml.createAssociation
Create object associations from references of fields and properites.
csharp2plantuml.allInOne
Copy the output of all diagrams to file include.puml (this allows a PlanUMLServer to render it).