Expand Minimize

How to: Run SPCAF from Visual Studio Code

This functionality is meant for use with SharePoint Framework projects.

Running SPCAF analysis of your SharePoint Framework project from Visual Studio Code allows you to stay productive and easily check if there are any issues in your project. If any issues are found you can quickly fix them without leaving Visual Studio Code.

Before you can run SPCAF analysis of your SharePoint Framework project from Visual Studio Code you need to run the SPCAF Yeoman generator on that project. For more information see How to: Add support for analysis of SharePoint Framework projects from gulp and Visual Studio Code using the SPCAF Yeoman generator

To run SPCAF analysis of your SharePoint Framework project from Visual Studio Code, open the Command Palette and type:

task spcaf

Starting this task will trigger the standard SharePoint Framework bundle task which will build and bundle the project. Once the bundle process is completed, SPCAF analysis will start. Any issues discovered during the analysis will be reported in the editor's status area from which you can open the Problems pane.

Clicking on a violation will take you to the exact location in your project that caused this violation. The location in the file will be highlighted with a red line.

See also

Run SPCAF analysis of SharePoint Framework project from Visual Studio Code (video):

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.