Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>PKL ViewerNew to Visual Studio Code? Get it now.
PKL Viewer

PKL Viewer

alarmartin

|
19,788 installs
| (1) | Free
View Python pickle (.pkl) files directly in the VS Code editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PKL Viewer

View Python pickle (.pkl) files directly in VS Code. Defaults to a quick, safe disassembly of the pickle file which does not execute any code. Optionally, load the file using pickle for a more readable format.

Available on VS Code Marketplace and OpenVSX.

Features

  • Quick and safe pickle disassembly (no code execution, uses pickletools)
  • Option to view the pickle file in a more readable format (uses pickle; may be unsafe for untrusted files, beware)
  • No additional setup: activates as soon as you open a .pkl file

Examples

Default View: example1

Readable Format: example2

Installation

Click the "Install" button. Make sure you have the Python extension for VS Code. Also make sure Python is installed and available in your system path.

Contributing

Feel free to open issues and pull requests. I'll be regularly checking activity on the repository!

License

This extension is released under the MIT License. See the LICENSE file for more details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft