VS Code extension for decoding JWT tokens - VS Code version of JWT debugger at jwt.io
Features
vscode-jwt-debugger allows you to decode JWT. You simply needt to select JWT encoded string and execute command JWT Debugger Decocde either in Command Palette or with keybind Ctrl+Shift+d (Mac: Cmd+Shift+d), then you'll see decoded JWT on a webview panel like this:
Installation
Open the Command Palette of VS Code with Ctrl + P or Cmd + P(MacOS)