Plugin Development Guide
This guide series provides development references for maintainers of the i18n Ally Next plugin, covering project structure, development workflow, core architecture, testing system, and real-world refactoring experience.
Quick Start
bash
# Install dependencies
pnpm install
# Start development mode
pnpm dev
# Press F5 to launch Extension Development Host
# Run tests
pnpm test:unit
# Package
pnpm vsce:pack