vscode-plantuml icon indicating copy to clipboard operation
vscode-plantuml copied to clipboard

The render delay is too obvious

Open light0x00 opened this issue 2 years ago • 2 comments
trafficstars

Every time i change the plantuml file, the diagram in the preview tab will delay for a long time. Is there a way can optimize it?

Thks!

light0x00 avatar Aug 23 '23 11:08 light0x00

Disable auto preview/update:

"plantuml.previewAutoUpdate": false,

raffian avatar Sep 14 '23 17:09 raffian

@light0x00 Have you figured out how to make rendering of Plant UML faster ?

It takes approx 2-3 sec to render single component in VSCode but e.g. in JetBrains IDE it's instantaneous regardless of diagram size. Both are setup to work "locally" AFAIK, so i can work on the go without connection.

@raffian "plantuml.previewAutoUpdate": false, Doesn't seem to make rendering any faster. Instead it seems to turn off rendering on change.

fromSmolsoft avatar May 16 '24 10:05 fromSmolsoft