Skip to content

Commit 4189f88

Browse files
authored
Live publish
2 parents de3a86d + f59a5e5 commit 4189f88

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

powerapps-docs/developer/component-framework/community-resources.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,20 @@ The following is the list of blogs created by Power Apps community.
7676

7777
## Tools
7878

79-
The [Code component builder](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) is a tool from XrmToolBox that lets you create code components in visual manner using Microsoft Power Platform CLI.
79+
The [Code component builder](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) is a tool that enables you to build code components with ease where you do not need to write the CLI commands but still use the [Microsoft Power Platform CLI](/powerapps/developer/data-platform/powerapps-cli) under the hood. Most of the commands are consolidated, making it easier to build components.
80+
It has two versions:
81+
1. https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/ is for XrmToolBox.
82+
2. [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=danish-naglekar.pcf-builder) both of them are called **PCF Builder**.
8083

84+
[PCF Builder for XrmToolBox](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) provides a graphical user interface that lets you create code components in visual manner using Microsoft Power Platform CLI.
8185

82-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
86+
> [!div class="mx-imgBorder"]
87+
> ![Component Builder in XrmToolBox](media/pcf-builder-xrmtoolbox.png "Component Builder in XrmToolBox")
88+
89+
[PCF Builder extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=danish-naglekar.pcf-builder) provides a guided experience that not only lets you create code components but you can preview code component inside of Visual Studio Code.
90+
91+
> [!div class="mx-imgBorder"]
92+
> ![Component Builder in VS Code](media/pcf-builder-vscode.png "Component Builder in Visual Studio Code")
93+
94+
95+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
109 KB
Loading
78.9 KB
Loading

0 commit comments

Comments
 (0)