PlantUmlClassDiagramGenerator icon indicating copy to clipboard operation
PlantUmlClassDiagramGenerator copied to clipboard

How to use it?

Open wolfgangschneider opened this issue 1 year ago • 4 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

wolfgangschneider avatar Dec 19 '23 14:12 wolfgangschneider

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

pierre3 avatar Dec 21 '23 07:12 pierre3

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.

saralop4 avatar Jan 09 '24 00:01 saralop4

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

jibedoubleve avatar Jun 15 '24 18:06 jibedoubleve