zio / zio-intellij

A companion IntelliJ IDEA plugin for the ZIO library ecosystem.
Apache License 2.0
210 stars 40 forks source link

Ability to generate `.http` files from zio-http `Endpoint` defenitions #474

Open 987Nabil opened 3 weeks ago

987Nabil commented 3 weeks ago

.http files are simple request descriptions, which are useful for testing.

See https://github.com/zio/zio-http/issues/2876

And the intellij post for the same feature in spring.

This would be a very nice feature for zio-http.

hmemcpy commented 3 weeks ago

Ah, a very cool suggestion! Unfortunately, I don't have much time recently to take on new features, but I'd love a PR! And would be happy to help if I can. Thank you!