Extensions
Jam.dev
Use the Jam.dev browser extension for debugging workflows.
Recommended use:
Record bug -> capture console + network -> share report link
Socket Security
Use Socket Security in VS Code and Chrome for dependency checks.
Recommended use:
Review dependency warnings -> verify package intent -> approve or remove
SonarLint
Use SonarLint in VS Code for linting feedback.
Recommended use:
Fix issues before commit -> keep warning count at zero
Accessibility
Follow WCAG guidelines and use an accessibility extension for checks.
Suggested checks:
- Color contrast
- Form labels and aria attributes
- Keyboard navigation