A VS Code extension that previews Android Vector Drawable and Compose Multiplatform XML resources as SVG directly inside the editor.
Features
Live preview for .xml Android Vector Drawables.
Custom editor — open any compatible XML resource with the "Android/CMP Resource Preview" editor.
Command — run Preview Android/CMP XML Resource from the editor title or Explorer context menu.
Real-time updates as you edit the XML.
Supports vector, group, path, and clip-path elements with common attributes.
Limitations
clip-path elements are converted to SVG <clipPath> definitions, but their document-order application to mixed sibling elements is best-effort because the XML parser groups elements by tag name. Most icons do not use clip-paths.