Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JWT DebuggerNew to Visual Studio Code? Get it now.

JWT Debugger

Yoichi Kawasaki

|
1,508 installs
| (0) | Free
JWT tokens decoder - VS Code version of jwt.io debugger
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-jwt-debugger

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)
  • And type: ext install yokawasa.jwt-debugger

or find at Marketplace

Command & Shortcut

Command Shortcut Description
JWT Debugger Decocde Ctrl+Shift+d
(Mac: Cmd+Shift+d)
Decode selected JWT Token text

NOTE: The command JWT Debugger Decocde and its shortcut key are NOT available when there is no selected text.

Change Log

See Change Log

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/yokawasa/vscode-jwt-debugger

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft