JWT Companion (VS Code)Decode and inspect JSON Web Tokens on hover or via command — no data leaves your editor. v0.1, pilot. First extension of a new Gap Hunter Labs workstream:
porting selected niches from the
IntelliJ-family catalog
to VS Code. The two platforms don't share code (TypeScript/VS Code
Extension API vs. Kotlin/IntelliJ Platform PSI) — what's ported here is
the niche and the UX decisions, not the implementation. See
What it does
Each claim renders as its own line in real JSON, never squeezed into a fixed-height table — the same fix the IntelliJ-family version applies, here for the same underlying reason: a token with a dozen claims stays exactly as readable as a token with two. PrivacySee PRIVACY.md — short version: zero network calls, zero telemetry, decoding happens entirely in your editor process. Development
Press F5 in VS Code (with this folder open) to launch an Extension Development Host and try it against a real token. To build an installable package without publishing:
LicenseApache License 2.0 — see LICENSE. |