pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use it?

wolfgangschneider opened this issue · comments

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

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: #70

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.