AI tools for understanding and writing correct XAP project code.
⚠️ Alpha Version: This extension is in alpha and under active development. Please enable auto-update in VS Code to get the latest features and improvements.
If you encounter issues or have suggestions, please reach out to the XAP Platform team.
💡 Best Experience
For the best experience, use Claude Opus latest model in VS Code Agent mode:
Model
Best For
Claude Opus 4.6 (1M context)
Longer context memory — ideal for large projects and requirement
Claude Opus 4.6 (fast mode)
Fast response — great for quick questions
Claude Opus provides superior reasoning and code generation capabilities for XAP projects.
Features
🤖 AI Chat Participant
Type @xap in VS Code Chat to access the assistant. Just describe what you need — no commands required.
Examples
Goal
Example
Understand a project
@xap help me understand this project: ./src/MyExperiment
Ask questions
@xap explain how many remote calls are in this workflow, and the count of each type
Fix a bug
@xap fix the null check bug in MyPlugin.cs
Implement a feature
@xap private/xap/experiments/MyExperiment Add a new feature, the details:...
Build & deploy
@xap build and upload private\xap\experiments\MyExperiment to pixp