java - Breakpoints not working on IntelliJ Ultimate - Stack Overflow
java - View JSON response/requests while running Intellij - Stack Overflow
java - Remote Debug with IntelliJ - Stack Overflow
New IntelliJ Plugin: Generate & Organize .http Files (Postman, cURL, Collections) using HTTP Client Plus
Videos
Hey folks,
I built a plugin for IntelliJ IDEA called HTTP Client Plus to make the built-in HTTP client more practical for real API work.
The core idea:
๐ It creates ready-to-use .http files automatically from your imports.
No more manual copy-paste. You can:
-
๐ Import Postman collections โ instantly generate
.httpfiles, neatly grouped by collection. -
๐ Paste a cURL snippet โ get a
.httpfile with the request right away. -
๐๏ธ Organize & save requests in collections with a simple side panel.
-
๐พ Save API responses for later reference, debugging, or sharing.
-
๐ Refresh & edit collections easily when your APIs evolve.
-
โจ Keep everything version-controllable as
.httpfiles in your project.
I originally built this to scratch my own itch (keeping requests consistent across projects), but I think others might find it useful too.
Itโs free to grab on the JetBrains Marketplace: https://plugins.jetbrains.com/plugin/28340-http-client-plus
Would love to hear your thoughts and what features youโd like added.
Cheers,
Mahesh