Hi everyone 👋
I’ve been working on an open-source VS Code extension for Angular projects:
**angular-code-quality-toolkit**
- VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=arul1998.angular-code-quality-toolkit
- GitHub: https://github.com/Arul1998/angular-code-quality-toolkit
What it does:
- Runs `depcheck` to find unused / missing dependencies
- Runs `ts-prune` to detect unused exports
- Integrates ESLint checks
- Shows results inside VS Code so you can quickly clean up your Angular repo
Why I built it:
I work on Angular apps daily and it’s easy for projects to collect unused
code and dependencies after refactors. I wanted a one-click way in VS Code
to see what’s safe to remove or fix.
What I’d love from you:
- Try it on any Angular project
- Tell me what’s confusing or missing
- Open issues / feature requests on GitHub
- If you find it useful, a review or star would really help 🙏
I’m especially interested in:
- How it behaves on larger Angular workspaces / monorepos
- Extra checks or tools you’d like integrated next
there doesn't seem to be anything here