vscode-extension-builder
Installation
SKILL.md
VS Code Extension Builder
Build professional VS Code extensions with proper architecture, best practices, and complete tooling support.
Quick Start
For immediate extension creation:
- Initialize: Run
npx --package yo --package generator-code -- yo code - Choose type: New Extension (TypeScript)
- Fill details: Name, identifier, description
- Develop: Open in VS Code, press F5 to debug
- Test: Run commands in Extension Development Host
- Package: Run
vsce packagewhen ready
For detailed guidance, follow the workflow below.