Magicword

VS Code Extension Template

A production-ready VS Code extension template with AI capabilities and modern development tools.

Features
  • VS Code Extension API
  • Language server protocol
  • Webview support
  • Commands and keybindings
  • AI code assistance
  • Settings configuration
  • TypeScript
  • Extension packaging
Getting Started

Prerequisites

  • VS Code
  • Node.js 20 or later
  • Bun package manager

Installation

bun create magicword-app my-vscode-ext --template vscode
cd my-vscode-ext
bun install

Development

bun dev