jsonhero-web icon indicating copy to clipboard operation
jsonhero-web copied to clipboard

vscode plugin?

Open nahum-litvin-hs opened this issue 2 years ago • 2 comments

HI! really love the jsonhero seems awesome. but what I really dream of is having it inside VScode. is this possible?

nahum-litvin-hs avatar Apr 27 '22 08:04 nahum-litvin-hs

One way to implement that would be using https://code.visualstudio.com/api/extension-guides/webview . I would like to have that too tbh, but it seems like it would be worth to try out yourself. As an add-on you learn how to build plugins for vscode and could contribute a whole new repo.

sascha10000 avatar Apr 27 '22 08:04 sascha10000

I would also love to have it in VSCode, but haven't got around to it yet. We do have an "official" extension that just adds commands to open JSON in VSCode here:

https://github.com/jsonhero-io/vscode-extension

And the listing in the marketplace here:

https://marketplace.visualstudio.com/items?itemName=JSONHero.jsonhero-vscode

I was planning on adding the actual webview at some point in the future, definitely happy to receive contributions there as well!

ericallam avatar Apr 27 '22 08:04 ericallam