qjebbs / vscode-plantuml

Rich PlantUML support for Visual Studio Code.
MIT License
1.07k stars 149 forks source link

Support of WBS syntax #387

Open gt00x opened 3 years ago

gt00x commented 3 years ago

I am wondering if the plantuml extension does not support the startwbs/endwbs syntax. I get mixed results ranging from :

screenshot 1820 screenshot 1821 screenshot 1823

screenshot 1822

I just installed the extension today. I use the locally downloaded (today) plantuml.jar or now with the built in plantuml.jar. On windows 10 with Java8.

Best regards

qjebbs commented 3 years ago

I've gave up working on syntax highlighting, but any PR is welcome

fuhrmanator commented 3 years ago

I'm also on windows 10 and your WBS example works with no problems (apart from syntax highlighting)

Verify your installation with this diagram:

@startuml
version
@enduml

You can always add snippets yourself to VSCode if you want one for the @startwbs/@endwbs. https://code.visualstudio.com/docs/editor/userdefinedsnippets