Ask HN: What "developer holy war" have you flip-flopped on?
10 points by meowface 1d ago 32 comments
Ask HN: Why Is My Happiness Tied to My Productivity?
32 points by hnquestion12345 4d ago 27 comments
I built JAIPilot on IntelliJ – a plugin that auto-generates JUnit tests
2 surajkrajan 1 8/16/2025, 4:09:03 AM jaipilot.vercel.app ↗
So I built JAIPilot - an IntelliJ plugin that:
1. Generates JUnit test classes with one right-click.
2. Extracts code context, dependencies, and mocks automatically.
3. Runs in a self-correcting loop until tests compile and pass.
4. Integrates directly into the IntelliJ workflow
I use it daily, and early users say it saves hours of boilerplate. The plugin is free to try, with a Pro version for heavier usage.
[https://jaipilot.vercel.app/]
I’d love feedback - especially from people who’ve tried Cursor or similar tools. Does this solve a real pain point for you, or am I missing something?
Thanks!