Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Power Apps Fusion StudioNew to Visual Studio Code? Get it now.
Power Apps Fusion Studio

Power Apps Fusion Studio

Vladimiro Luis

|
3 installs
| (0) | Free
Power Apps Studio inside VS Code with engineering super-powers: AI generation, Git-first workflow, PowerFx AST analysis, dependency graphs, linting, and Dataverse integration
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Power Apps Fusion Studio

🚀 The Ultimate Power Platform Development Experience in VS Code

Version Installs Rating License


Highlights • Features • Installation • Quick Start • AI Setup




✨ Highlights

AI

AI Generation
Create apps from docs, mockups, or plain English
Design

Visual Designers
Dataverse tables & Power Automate flows
Analysis

PowerFx Linting
12 rules, AST parsing, and insights
Git

Version Control
Native Git workflows for Power Apps



🎯 Why Power Apps Fusion Studio?

Power Apps Fusion Studio transforms VS Code into a complete Power Platform development environment. No more switching between browser tabs - get pro-code superpowers for your low-code apps.

Dashboard


💎 For Developers

Feature Benefit
🖥️ Native VS Code Your favorite editor, your favorite shortcuts
🤖 AI Code Gen Generate complete apps with GPT-4
📝 PowerFx IntelliSense Autocomplete, hover docs, go-to-definition
⚡ Real-time Linting Catch issues before they become problems

👥 For Teams

Feature Benefit
🔀 Git Integration Branch, merge, PR - just like real code
📊 Dependency Graphs Visualize & document your app structure
🚀 CI/CD Templates Azure DevOps & GitHub Actions ready
📋 Code Reviews Review Power Apps changes like any PR



🚀 Features


🤖 AI-Powered Generation

Generate complete Power Apps from documents, mockups, or natural language using Azure OpenAI.

📄 From Documents
Upload markdown, PDF, or Word docs and let AI create your app schema.

🎨 From Mockups
Turn wireframes and designs into working Power Apps screens.

💬 From Instructions
Describe what you need - AI builds it for you.

AI Generation



🗃️ Dataverse Designer

Create and manage Dataverse tables with an intuitive visual designer - no browser required.

Dataverse Designer

📝 Text 🔢 Number 💰 Currency 📅 DateTime 📋 Choice 🔗 Lookup
✅ Yes/No 📎 File 🖼️ Image ⚡ Formula 🔢 AutoNumber 🆔 GUID



⚡ Flow Designer

Design Power Automate flows with a modern visual interface - create, edit, and preview flows directly in VS Code.

Flow Designer




💬 AI Copilot Chat

Your intelligent assistant for Power Platform development. Get instant help with formulas, architecture, debugging, and best practices.

AI Copilot




🔍 PowerFx Analysis Engine

Professional-grade code analysis that parses your formulas into an Abstract Syntax Tree and runs 12 linting rules.

Rule Description
🎨 no-hardcoded-colors Use theme colors
🪆 no-nested-if Limit nesting depth
🔢 no-magic-numbers Extract constants
🔀 prefer-switch Cleaner conditionals
⚠️ no-empty-handler Detect empty handlers
📏 max-line-length Readable code
Rule Description
🏷️ naming-convention Consistent names
💾 no-direct-updates Control patterns
🔁 no-circular-refs Prevent loops
📊 data-source-usage Optimize calls
🧹 unused-variables Clean code
📝 require-comments Document logic



📊 Dependency Graphs

Visualize your app's data flow with beautiful, exportable dependency graphs.

Dependency Graph

Mermaid
GitHub/GitLab native
DOT
Graphviz format
D2
Declarative diagrams
JSON
Custom processing



🔀 Git Integration

Native Git workflows designed specifically for Power Apps development.

📦
Unpack
.msapp to source
➡️ ✏️
Edit
PowerFx files
➡️ 💾
Commit
Smart messages
➡️ 🚀
Push
To remote
➡️ 📦
Pack
Deploy



📦 Installation

From VS Code Marketplace

  1. Open VS Code
  2. Press Ctrl+Shift+X to open Extensions
  3. Search "Power Apps Fusion Studio"
  4. Click Install

From VSIX File

Download the .vsix file and run:

code --install-extension powerapps-fusion-studio-0.3.3.vsix



⚡ Quick Start

1

Open Dashboard

Press Ctrl+Shift+P and run Power Apps: Open Power Apps Fusion Studio Dashboard

2

Connect Environment

Run Power Apps: Select Environment to connect to Power Platform

3

Unpack an App

Run Power Apps: Unpack Canvas App to extract for editing

4

Start Building! 🚀

Use AI generation, edit formulas, and version control with Git




🤖 AI Setup

To enable AI-powered features, configure Azure OpenAI:

Step 1: Create Azure OpenAI Resource

Create an Azure OpenAI resource and deploy a GPT-4 model.

Step 2: Configure Extension

Open VS Code Settings (Ctrl+,) and set:

Setting Value
powerapps.azureOpenAi.endpoint https://YOUR-RESOURCE.openai.azure.com
powerapps.azureOpenAi.deploymentName gpt-4

Step 3: Set API Key

Run: Power Apps: Set Azure OpenAI API Key

🔐 API keys are stored securely in VS Code's secret storage.




⌨️ Keyboard Shortcuts

Shortcut Action
Ctrl+Shift+P Command Palette
Ctrl+Shift+D Open Dashboard
Ctrl+Shift+L Lint Current Formula
Ctrl+Shift+G Export Dependency Graph



📋 Requirements

Requirement Version Notes
VS Code 1.85.0+ Required
PAC CLI Latest Install Guide
Node.js 18+ For development
Azure OpenAI - Optional, for AI features



📄 License

This project is licensed under the MIT License - see the LICENSE file for details.




Built with ❤️ by Vladimiro Luis

⭐ Star on GitHub • 🐛 Report Bug • 💡 Request Feature

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