-
Notifications
You must be signed in to change notification settings - Fork 17
8. SPFx Toolkit GitHub Chat Participant
Adam Wójcik edited this page Oct 8, 2024
·
2 revisions
Now you may use SPFx Toolkit as a chat participant in GitHub Copilot chat extension. Simply, mention @spfx in the chat to ask dedicated questions regarding SharePoint Framework development.
@spfx is your dedicated AI Copilot that will help you with anything that is needed to develop your SharePoint Framework project. It has predefined commands that are tailored toward a specific activity for which you require guidance.
Currently, we support the following commands:
-
/setup
- that is dedicated to providing information on how to setup your local workspace for SharePoint Framework development -
/new
- that may be used to get guidance on how to create a new solution or find and reuse an existing sample from the PnP SPFx sample gallery -
/code
- that is fine-tuned to provide help in coding your SharePoint Framework project and provides additional boosters like validating the correctness of your SPFx project, scaffolding a CI/CD workflow, or renaming your project, and many more.
Check out the other resources we have in the what you may find on the wiki section.