Go to Extensions view (Ctrl+Shift+X / Cmd+Shift+X)
Search for "PlantUML Preview"
Click Install
Manual Installation
Download the .vsix file from the releases page
Open VS Code
Go to Extensions view
Click the "..." menu and select "Install from VSIX..."
Select the downloaded .vsix file
Usage
Open a .puml file
The preview will open automatically, or right-click and select "Open With" → "PlantUML Preview"
Alternatively, use the command palette: "PlantUML: Open PlantUML Preview"
Click on any entity in the preview to jump to its definition in the source file
Use the toolbar buttons to zoom, pan, and toggle between preview and source views
How It Works
The extension uses the PlantUML JAR file (bundled with the extension) to render .puml files to SVG. Temporary SVG files are stored in the extension's storage directory, not in your workspace, keeping your project clean.