Skip to main content

All Questions

0 votes
0 answers
34 views

Why can't VS code generate the PlantUML folder automatically after installing the CSharp to PlantUML plugin?

Currently using: .NET 8.0 Runtime CSharp to PlantUML 1.4.0. VS code 1.90.1 Node.js: 20.9.0 OS: Windows_NT x64 10.0.19045 Following the steps in the video (2:16), I am unable to generate the PlantUML ...
bokabokaboka's user avatar
0 votes
0 answers
183 views

Rendering PlantUML in Markdown in VscCode Preview and Gitlab

I have the following PlantUML diagram in a markdown file (sample.md): ### Sample UML Sequence Diagram ```PlantUML @startuml UMLSequenceDiagram Alice -> Bob: Authentication Request Bob --> Alice:...
opedroso's user avatar
  • 103
1 vote
1 answer
62 views

Is it possible to automatically select command option while running extension command in task?

I’m using «PlantUML» extension, and I want to export diagram automatically on file save. For this purpose I found «Trigger Task on Save» extension and tried write task that will execute command «...
Artemio's user avatar
  • 13
2 votes
0 answers
4k views

VS Code Extension, how to programme a refresh of PlantUML preview

How can I force PlantUML to refresh its preview, using code? Longer Explanation I have 2 editors open Editor 1 contains a yml file. Editor 2 contains a plantuml .wsd file and a 3rd pane is showing the ...
macasas's user avatar
  • 552
2 votes
1 answer
3k views

Is it possible to have plantuml syntax highlighting in markdown file?

I use VSCode to write markdown files, in which i write plantuml code to have diagrams in my documents. Example: # Hello World My sequence diagramm ```plantuml @startuml Work --> Home Home --> ...
Stephane's user avatar