triggerdotdev / jsonhero-web

JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team.
https://jsonhero.io
Apache License 2.0
8.99k stars 482 forks source link

vscode plugin? #24

Open nahum-litvin-hs opened 2 years ago

nahum-litvin-hs commented 2 years ago

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

sascha10000 commented 2 years ago

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.

ericallam commented 2 years ago

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!