qjebbs / vscode-plantuml

Rich PlantUML support for Visual Studio Code.
MIT License
1.1k stars 160 forks source link

The render delay is too obvious #556

Open light0x00 opened 1 year ago

light0x00 commented 1 year ago

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!

raffian commented 1 year ago

Disable auto preview/update:

"plantuml.previewAutoUpdate": false,
fromSmolsoft commented 6 months ago

@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.