SyncfusionSyncfusion 

← All agents / VS Code

VS

MICROSOFT

VS Code + Syncfusion

Extensible code editor with GitHub Copilot agent and MCP support.

Your actionPaste one setup prompt
VS Code handlesPlatform detection and setup guidance
MCPOptional · .vscode/mcp.json
Syncfusion release2026 Volume 2

Quick start

Open VS Code in your project and send one prompt. It handles the setup from there.

Paste the setup prompt

This is the only setup instruction you need to provide. VS Code may ask you to approve commands before running them.

Set up this project for Syncfusion before generating code. Fetch and follow the official instructions at https://ai.syncfusion.com/agent-setup/prompt.md, then report the detected platform, installed skill pack, MCP status, and any required licensing action.

No license, API key, or account is needed to read the setup instructions or install the skills. Using Syncfusion libraries in an application requires a commercial, Community, or trial license.

What VS Code does

What the setup provides

Agent skills

Component-aware instructions cover setup, packages, imports, modules and services, properties, events, theming, accessibility, and common failure modes.

Read from .agents/skills/ in the project or ~/.copilot/skills/ globally.

Full catalog · Onboarding skill

Optional MCP documentation retrieval

MCP retrieves current Syncfusion documentation using a separate MCP API key. It is not required for public documentation or installed skills.

Configuration for VS Code

Agent-readable documentation

/llms.txt — routing · /llms-full.txt — full documentation · /agent-setup/prompt.md — setup instructions

Advanced manual setup

The quick-start prompt is sufficient for normal setup. Use this section only when you want to configure optional live documentation retrieval yourself.

Configure MCP — optional

MCP gives VS Code live Syncfusion documentation retrieval. It requires an API key from your Syncfusion account. This is not a product license key.

MCP location: .vscode/mcp.json

Follow the exact VS Code MCP configuration guide.

Variable casing is exact. Use Syncfusion_API_Key_Path. Never put the API key value in a file that could be committed.

Example prompts

After setup, give VS Code a normal development request without naming a package or platform.

Add a Syncfusion data grid to this page with sorting, paging, and Excel export.
This Syncfusion grid renders, but paging does nothing. Find the cause and fix it.
Convert the Word documents in ./contracts to PDF on the server using Syncfusion.
Register my Syncfusion license key from an environment variable. Do not put it in source.

Verify it worked

In a fresh session, ask VS Code to add a Syncfusion component. Confirm three signals.

1It identifies the platform from the project manifest before writing code.
2It reads the installed skill rather than producing a remembered snippet.
3It mentions license registration and does not emit a key.

If it writes Syncfusion code from memory, the onboarding setup did not complete or the installed skill was not loaded. Restart VS Code and run the setup prompt again.

Frequently asked

Do I need a Syncfusion license to use the setup instructions?
No. Reading the instructions and installing supported skills requires no license, key, or account. Using Syncfusion libraries requires a commercial, Community, or trial license.
Is MCP required?
No. MCP retrieves current documentation and requires an API key. Public routing and platform documentation work without it.
Is the MCP API key the same as my license key?
No. The MCP API key authenticates documentation retrieval. A product license key covers your use of Syncfusion libraries.

Other tools