Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>XAP Coding AssistantNew to Visual Studio Code? Get it now.
XAP Coding Assistant

XAP Coding Assistant

XAP Platform Team

|
30 installs
| (0) | Free
AI chat participant for writing correct XAP SDK code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

XAP Coding Assistant

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

🧠 How It Works

  • Simple changes (bug fix, config tweak, small refactor) → implements directly
  • Complex features (new plugin, multi-file changes) → creates a design for your review first, then implements after approval
  • Questions → answers using project analysis and XAP handbook knowledge
  • After implementation → test on PiXP, provide feedback, iterate

📋 Shortcut Commands (Optional)

These are optional — use them when you want to jump directly to a specific action instead of describing it in natural language.

Command Description
@xap /read <path> Analyze a project structure and perform QA
@xap /code <path> <requirement> Start 2-step coding workflow
@xap /pixp <action> Build & deploy to PiXP
@xap /help Show help and usage examples

Getting Started

  1. Install the extension from the marketplace
  2. Open a XAP project workspace in VS Code
  3. Open VS Code Chat (Ctrl+Shift+I) and type @xap /help
  4. Start talking to @xap for your code related work

Requirements

  • VS Code 1.100.0 or later
  • GitHub Copilot Chat extension enabled
  • Access to Claude Opus model in VS Code Agent mode

Settings

Setting Default Description
xapCodingAssistant.debugMode false Enable debug mode for extra console output

To change settings: open Settings (Ctrl+,), search for xapCodingAssistant, and modify the values.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft