vscode-extension-uiux
Installation
SKILL.md
VS Code Extension UI/UX Development
Build secure, beautiful, and accessible VS Code extensions following official guidelines.
Quick Reference
| UI Contribution | When to Use | Reference |
|---|---|---|
| Tree View | Hierarchical data, file explorers, outlines | tree-views.md |
| Webview | Custom UI beyond native API | webviews.md |
| Custom Editor | Replace default editor for file types | custom-editors.md |
| Sidebar View | Extension-specific panels | sidebars-panels.md |
Core Principles
1. Native First, Webview Last
Prefer VS Code's native APIs over webviews: