Visual Studio Plantuml



Visual Studio Plantuml

PlantUML extension for Visual Studio Code on Windows only working with sequence diagrams. Ask Question Asked 2 years, 4 months ago. Active 4 months ago. Viewed 12k times 15. I installed the PlantUML extension (by jebbs) in Visual Studio Code for Windows and everything is working perfectly for sequence diagrams. Vscode-plantuml plugin for visual studio code to view diagrams at design time I strongly encourage people to check them out first but if you want to dive right in, the new project template should be easy to understand and edit.

Plantuml For Visual Studio Code

Create class diagrams of PlantUML from C# source code.

Requirements

Extension Settings

  • 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,PropertiesAssemblyInfo.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).

Known Issues

Release Notes

1.2.4

  • Updated to .NET5.0

1.2.3

  • Fixed Issue:

1.2.2

  • Updated to .Net Core 3.1.
  • Fixed Issue:

1.2.1

  • Updated to .Net Core 3.0.
  • Add Feature that allows for Nullable (?) type syntax.
  • Add all-in-one option.

1.0.0

Add Feature that create object associations from references of fields and properties.

0.0.1 preview

Beta release.