Vercel Plugin now available in VS Code and GitHub Copilot CLI
Vercel announced that its Vercel Plugin is now available in VS Code and the GitHub Copilot CLI. The plugin provides GitHub Copilot with on-demand Vercel platform knowledge, including skills for Next.js, AI SDK, Vercel Functions, and more. It also helps Copilot stay up to date with the latest Vercel APIs and recommended patterns. To install the plugin for Copilot Chat in VS Code, developers can search for @agentPlugins vercel in the Extensions panel. For the GitHub Copilot CLI, installation is done by running the command npx plugins add vercel/vercel-plugin. Further details are available in the Vercel Plugin documentation.
// why it matters
Developers can now get Vercel-specific guidance directly in their editor and CLI via Copilot.