borkdominik / bigUML

A UML web modeling tool based on GLSP, distributed via a VS Code extension.
MIT License
32 stars 5 forks source link

UML example models #164

Closed soerendomroes closed 1 month ago

soerendomroes commented 2 months ago

Hi, I want to try out the bigUML VS Code extension, but I am missing some examples or a hello world model to get familiar with the syntax.

Just creating an ".uml" file results in a GLSP error and infinite loading. image

Am I using it wrong or missing something else?

haydar-metin commented 2 months ago

Hey @soerendomroes!

You can create a new model by either using the following command (ctrl + shift + p):

image

Or by File -> New File.

This should create the necessary files for you and open the editor directly.

Thanks for testing bigUML, if you have any other questions, just ask me here :+1:

borkdominik commented 2 months ago

Thanks for your question @soerendomroes, I saw @haydar-metin was faster with the response/help. Let us know if you face further issues and always have in mind, this is ongoing work so we appreciate every feedback and bug report.