A VS Code extension that leverages GitHub Copilot to provide code reviews for Angular and Jest
Note: This extension currently supports only Angular TypeScript projects and those using the Jest unit-test framework.
- Visual Studio Code
- GitHub Copilot extension installed and enabled in VS Code
- Two review modes
- Review Angular Code – uses
angular_code_review_guidelines.md - Review Jest Unit Tests – uses
jest_unit_test_code_review_guidelines.md
- Review Angular Code – uses
- Custom guidelines
Point to your ownCODE_REVIEW_GUIDELINES.mdvia a workspace setting; otherwise falls back to the built-in defaults. - Context-menu integration
Right-click inside the editor when you have a selection to choose your review mode. - Command-palette support
Run either review command directly from the palette.
- GitHub: @mr-desilva
- Issues & Requests: Submit here
