yeoupooh / staruml-typescript

TypeScript Code Generator for StarUML 2
GNU General Public License v3.0
13 stars 6 forks source link

Reverse engineering does not supported? #2

Open tom10271 opened 7 years ago

tom10271 commented 7 years ago

So I can't generate UML from codes?

LyubomirVetskov commented 7 years ago

Apparently the feature has been removed.

jonek commented 7 years ago

There is another TypeScript plugin for StarUML here: https://github.com/cotlod/StarUMLTypescript I was able to install it via the extension manager by "Install From Url..." pointing to the GitHub URL above. The reverse engineering part fails with the following error on the console:

 [Typescript] Failed to parse - my.ts  : ReferenceError: Typescript is not defined
dasois commented 7 years ago

Any plans to take this further? Are there any alternatives?