pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.
MIT License
683 stars 133 forks source link

How to use it? #89

Open wolfgangschneider opened 11 months ago

wolfgangschneider commented 11 months ago

Is there anywhere a documentation how to use it? I run the command csharp2plantuml.classDiagram in vs code but nothing happend.

What have i to do to get an class diagram from project?

L.G

pierre3 commented 11 months ago

Is there any error message displayed in the Output console of VSCode? Please refer to the following page for instructions on how to check the Output console: https://github.com/pierre3/PlantUmlClassDiagramGenerator/discussions/70

saralop4 commented 10 months ago

Hola, corrí este comando [ dotnet tool install --global PlantUmlClassDiagramGenerator --version 1.4.0 ] en mi terminal de visual studio preview 2022 en donde tengo creado un microservice con .net 8 y parece que se instaló correctamente, ahora no se como utilizar PlantUML con visual studio preview 2022, hay algun video donde expliques como hacerlo desde cero? muchas gracias.

jibedoubleve commented 5 months ago

Here is documentation I found: https://khalidabuhakmeh.com/dotnet-class-diagrams-in-jetbrains-rider-with-plantuml

uguryuruk commented 1 month ago

@pierre3 Please add this description to the VS Code Extension descripton: How to Use:

  1. Set the input and output folder from extension settings
  2. In VS code, press Ctrl + Shift + P and select "C# to PlantUML: Class-diagram"
  3. If you are using PlantUML extension, right click on the output folder and select "Export Workspace Diagrams"