vscode-ts-uml icon indicating copy to clipboard operation
vscode-ts-uml copied to clipboard

💻 Dynamic generates TypeScript UML diagrams to Visual Studio Code.

Results 12 vscode-ts-uml issues
Sort by recently updated
recently updated
newest added

I am a vscode extension programmer, I want to learn this extensions. Could you tell me the process of Running vscode-ts-uml extensions?

I appreciate the work put on this extension a lot. I have a problem with how it renders. When I open the view pane all the UML constructs are squashed...

As far as I can see there's no way to add multiple files yet, is there? It looks like the Diagram would support it since it adds a Window for...

enhancement

Hello, this is very nice. - [ ] Can you please support the diagrams at the project level like [so ](https://marketplace.visualstudio.com/items?itemName=AlexShen.classdiagram-ts&ssr=false#overview) - [ ] `Export/Save Image` or HTML to disk...

When executing your instructions in terminal I get the error: `zsh: command not found: ext ` This after executing: ` ext install vscode-ts-uml`

Hi, I maintain VS Code's Webview API ## Issue Our telemetry suggests that your extension uses webviews and may be loading resources in these webviews using hardcoded `vscode-resource:` URIs. These...

other file types such as .ts, d.ts works fine. Anyone with the same issue?

given this declaration: export interface TypeA { id: string; bTypes: Array; } export interface TypeB { id: string; } the `bTypes`property is rendered as type `any`. ![image](https://user-images.githubusercontent.com/2329587/67755510-9667ac00-fa38-11e9-9eb3-974d2a9d4edb.png)

Types of a property or function accept just 20 char and not more. ![Untitled](https://user-images.githubusercontent.com/12626417/70851129-be4c8b00-1e91-11ea-86a4-c30056a982e6.png)

It would be great if the plugin save (with the user's changes, eg. if the user re-arrange the position of the arrow, box) the state of the generated UML in...