vscode-plantuml
vscode-plantuml copied to clipboard
The render delay is too obvious
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!
Disable auto preview/update:
"plantuml.previewAutoUpdate": false,
@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.