←back to thread

460 points flykespice | 3 comments | | HN request time: 1.015s | source
Show context
chvid ◴[] No.44324931[source]
Looks a bit like this:

https://marketplace.visualstudio.com/items?itemName=humao.re...

Which is a banger VS Code extension for all sorts of http xyz testing.

replies(4): >>44324955 #>>44325282 #>>44325283 #>>44325289 #
1. krisgenre ◴[] No.44324955[source]
IntelliJ has one too https://www.jetbrains.com/help/idea/http-client-in-product-c...
replies(2): >>44325148 #>>44325622 #
2. 7d24cbd0556f442 ◴[] No.44325148[source]
neovim has one, too! https://github.com/rest-nvim/rest.nvim

(After I have seen the IntelliJ one from a colleague I was searching for one like that in neovim. That's the best one I found. It's not perfect, but it works.

Edit: The tool from OP looks very neat though. I will try it out. Might be a handy thing for a few prepared tests that I run frequently

3. vyskocilm ◴[] No.44325622[source]
https://github.com/mistweaverco/kulala.nvim is an another restish (it can do gRPC to) plugin for neovim. It is intended to be compatible with a Jetbrains as much as possible.